How to download the latest version ?

You need to have access to WiseMapping Source Repository. Just click here to create an account.

How to compile it ?

Prerequisites

The following products must be installed:

Compiling

WiseMapping uses Maven as packaging and project management. The project is composed of 4 maven sub-modules: 
Full compilation of the project can be done executing within <project-dir>:

~:> mvn clean install

Once this command is execute, the file <project-dir>/wise-webapp/target/wisemapping.war will be generated. 

Testing

The previously generated war can be deployed locally executing within the directory <project-dir>/wise-webapp the following command:

~:> cd wise-webapp; 
~:> mvn jetty:run

This will start the application on the URL: http://localhost:8080/. Additionally, a file based database is automatically populated with a test user.

User: test@wisemapping.org
Password: test


Enjoy ;)