-
Notifications
You must be signed in to change notification settings - Fork 0
Home
dasa123 edited this page Mar 27, 2015
·
3 revisions
Each branch should be cloned separately and the folder has to be renamed afterwards:
cd workspace
git clone -b GisApp https://github.com/OpenGridMap/grid2osm.git
mv grid2osm GisApp
git clone -b GisWeb https://github.com/OpenGridMap/grid2osm.git
mv grid2osm GisWeb
git clone -b GisApp https://github.com/OpenGridMap/grid2osm.git
mv grid2osm GisWeb
System requirements:
- Eclipse
- Java
- Play Framework 1.2.7
- Import the GisWeb project into Exclipse: File -> Import -> Git -> Projects from Git -> Existing local repository
- Add the Play Framework library to GisWeb: Open the GisWeb's .classpath file and update the path to library
<classpathentry kind="lib" path="/opt/play-1.2.7/framework/lib/jaxen-1.1.jar"/>
becomes
<classpathentry kind="lib" path="/home/user/libs/play-1.2.7/framework/lib/jaxen-1.1.jar"/>
or something else.