This documentation is for AMAPstudio modellers (according to the AMAPstudio charter), it explains how to get a local copy of AMAPstudio on their computer to be able to add their own work in the platform.
AMAPstudio software sources are hosted on a Subversion repository, these sources are available for the developers and modellers only (see the AMAPstudio charter).
A Login is required (see section 2. below).
Important note
AMAPstudio relies on Java version 1.8 (or Java 8): Java Development Kit Standard Edition version 1.8.
On windows
PATH
system variable, add the location of the bin/ folder of the installed JDK at first position. A typical value is: C:\Program Files\Java\jdk1.8.0_<version>\bin
(you may seek this directory in a file manager and copy / paste the path);
must be added between the paths in the PATH
variableOn Linux
If the PATH is to be updated, have a look in /etc/environment
, ~/.bashrc
or ~/.profile
. You may have a look at this doc to change the PATH under Linux Ubuntu.
→ To check if your installation of java is correct, check the FAQ.
AMAPstudio files are hosted on the amap-dev development server. To access to AMAPstudio files, you need to create an account on the server.
SmartSVN allows to access to SVN repository.
Later when you will need to get the last changes of the server downloaded to your local copy, you will use SmartSVN and the Update command.
When you will have to upload your own changes onto the server, you will use the SVN Commit command.
You may ask for support to well understand the process when updating your local copy or commiting your changes the first time.
amapstudio/
directory with cd
ant compile
ant clean compile
Note : If there are errors, please contact the AMAPstudio team.
Example, launch Simeo
The simeo.bat
or simeo.sh
scripts are used to start simeo :
Under Windows
simeo
Under Linux
sh simeo.sh