Go to file
2011-10-10 19:00:18 -03:00
core-js Implements toolbar disabling. 2011-10-04 01:16:29 -03:00
installer Fix upload scripts. 2011-07-05 12:31:17 -03:00
mindplot Several issues fixed. 2011-10-09 18:38:41 -03:00
web2d Relationships almost working 2011-10-09 17:59:16 -03:00
wise-doc Fix add links. 2011-10-08 20:36:47 -03:00
wise-webapp Initial workspace layout 2011-10-10 18:59:20 -03:00
.gitignore Added wisemapping.ids to .gitignore 2011-10-10 19:00:18 -03:00
Compiling-and-running.md Updated Compiling and Running (markdown) 2010-11-24 11:38:11 -08:00
Documentation.textile Updated Documentation (textile) 2010-11-20 15:55:29 -08:00
Faq.textile Updated FAQ (textile) 2011-02-18 04:24:24 -08:00
Home.textile Test branch. 2011-05-05 09:11:56 -03:00
pom.xml Merge WiseDoc with Master. WiseDoc branch must not be used. 2011-10-02 12:22:09 -03:00
README.md Add wisemapping.org info. 2011-02-17 23:13:19 -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 VML/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

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