Go to file
Paulo Gustavo Veiga 5216f95410 Minor doc fix.
2012-02-19 13:56:49 -03:00
core-js More refactors. 2012-02-04 12:51:50 -03:00
distribution Update Jetty Version 2012-02-14 11:03:56 +01:00
mindplot - Migrate to Spring 3.1 2012-02-12 02:55:42 -03:00
web2d Fix Firefox issue that causes that the map is not centered. 2012-02-19 13:46:06 -03:00
wise-editor Fix Firefox issue that causes that the map is not centered. 2012-02-19 13:46:06 -03:00
wise-webapp - REST PDF/PNG/Freemind transform working... 2012-02-17 10:42:20 -03:00
.gitignore Rename wise-doc to wise-editor. 2012-01-30 23:33:05 -03:00
Compiling-and-running.md Fix Firefox issue that causes that the map is not centered. 2012-02-19 13:46:06 -03:00
Home.textile Test branch. 2011-05-05 09:11:56 -03:00
pom.xml - Migrate to Spring 3.1 2012-02-12 02:55:42 -03:00
README.md Minor doc fix. 2012-02-19 13:56:49 -03:00

WiseMapping: a Web based mindmapping application

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 6 or higher (http://java.sun.com/javase/downloads/index.jsp) * Maven 2.2.1 or higher (http://maven.apache.org/)

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 SVG abstraction library used by the mind map editor * mindplot: JavaScript mind map designer core * wise-webapp: J2EE web application

Full compilation of the project can be done executing within :

mvn install

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:

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

Running the JS only version

Start by creating the .zip file:

mvn assembly:assembly -Dmaven.test.skip=true

Author

  • Pablo Luna
  • Paulo Veiga
  • 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: http://www.wisemapping.org/license