Go to file
2014-01-08 23:33:00 +00:00
config/database Fix postgress schema. 2013-05-19 11:42:06 -03:00
core-js Move to WiseMapping 3.1 2013-03-28 17:06:34 -03:00
distribution Move to WiseMapping 3.1 2013-03-28 17:06:34 -03:00
mindplot Fix image icon render. 2013-03-28 17:33:26 -03:00
projectFilesBackup removing Google Brix... no further comments 2013-03-14 23:57:38 +00:00
web2d Hack Chrome text element issue. 2014-01-05 18:57:47 -03:00
wise-editor Move to WiseMapping 3.1 2013-03-28 17:06:34 -03:00
wise-webapp fix wrong version of jetty-maven-plugin 2014-01-07 16:58:05 -03:00
.gitignore Fix parser error on export. 2012-11-01 00:14:21 -03:00
Compiling-and-running.md Compiling-and-running.md edited online with Bitbucket 2014-01-08 23:16:06 +00:00
Home.textile Home.textile edited online with Bitbucket 2014-01-08 23:18:24 +00:00
java.iml Control attributes order for freemind serialization. 2012-12-01 16:25:37 -03:00
license.txt Update copyright year. 2012-11-01 21:35:01 -03:00
pom.xml Fix 2014-01-05 22:03:41 +00:00
Procfile Minor fix. 2012-08-25 11:48:45 -03:00
README.md Add compile information 2014-01-08 23:33:00 +00:00

Project Information

The goal of this project is to provide a high quality product that can be deployed by educational and academic institutions, private and public companies and anyone who needs to have a mindmapping application. WiseMapping is based on the same code source supporting WiseMapping.com. More info: www.wisemapping.org

Compiling and Running

Prerequisites

The following products must be installed:

* Java Development Kit 7 or higher ([http://www.oracle.com/technetwork/java/javase/downloads/index.html])
* Maven 3.x or higher ([http://maven.apache.org/])

Compiling

WiseMapping uses Maven as packaging and project management. It's composed of 5 maven sub-modules:

* core-js: Utilities JavaScript classes
* web2d: JavaScript 2D SVG abstraction library used by the mind map editor
* mindplot: JavaScript mindmap designer core
* wise-editor: Mindmap Editor standalone distribution
* wise-webapp: J2EE web application 

The full compilation of the project can be performed executing within :

mvn package

Once this command is execute, the file /wise-webapp/target/wisemapping*.war will be generated.

Testing

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

cd wise-webapp;mvn jetty:run-war

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

User: test@wisemapping.org Password: test

Authors

  • Pablo Luna
  • Paulo Veiga

Past Collaborators: Ignacio Manzano, Nicolas Damonte

License

The source code is Licensed under the WiseMapping Open License, Version 1.0 (the “License”); You may obtain a copy of the License at: [https://wisemapping.atlassian.net/wiki/display/WS/License]