Skip to content
dasa123 edited this page Mar 27, 2015 · 3 revisions

Setup the Development Environment

Cloning the Repository Branches

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

Setup IDEs

GisWeb

System requirements:

  • Eclipse
  • Java
  • Play Framework 1.2.7
  1. Import the GisWeb project into Exclipse: File -> Import -> Git -> Projects from Git -> Existing local repository
  2. 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.