Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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: 
  • core-js: Utilities JavaScript libraries
  • web2d: JavaScript 2D VML/SVG abstraction library used by the mind map editor
  • mindplot: JavaScript mind map designer core
  • wise-editor: Standalone version of the mindmap editor distribution. Contains samples and documentation. 
  • wise-webapp: J2EE web application  
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 ;)
  • No labels