Go to file
Paulo Gustavo Veiga 59f0ed5793 Merge branch 'develop'
Conflicts:
	core-js/pom.xml
	mindplot/pom.xml
	pom.xml
	web2d/pom.xml
	wise-editor/pom.xml
	wise-webapp/pom.xml
2015-02-21 13:10:07 -03:00
config/database Syntax error, CHARACTER SET utf8; should have been at the end of the create r_label_mindmap enty, not the bottom of the file. Probably copy and paste error. 2014-04-29 14:23:29 +00:00
core-js Merge branch 'develop' 2015-02-21 13:10:07 -03:00
distribution Fix Swagger console base URL location issue. 2014-12-16 00:43:40 -03:00
mindplot Merge branch 'develop' 2015-02-21 13:10:07 -03:00
web2d Merge branch 'develop' 2015-02-21 13:10:07 -03:00
wise-editor Merge branch 'develop' 2015-02-21 13:10:07 -03:00
wise-webapp Merge branch 'develop' 2015-02-21 13:10:07 -03:00
.gitignore Fix parser error on export. 2012-11-01 00:14:21 -03:00
Procfile Minor fix. 2012-08-25 11:48:45 -03:00
README.md Adding Eze email address. 2014-01-30 04:47:14 +00:00
license.txt Remove unsed files. 2014-01-25 15:47:44 -03:00
pom.xml Merge branch 'develop' 2015-02-21 13:10:07 -03:00
setup.sh Fix Jetty hangs during install. 2014-01-25 15:27:03 -03:00

README.md

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

Running the JS only version

Start by creating the .zip file:

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

To test the javascript frontend you then do:

ruby -rwebrick -e 'WEBrick::HTTPServer.new(:Port=>8000,:DocumentRoot=>".").start'

Now open a browser using the URL http://localhost:8000/wise-editor/src/main/webapp/

Members

Founders

Individual Controbutors

Past Individual Contributors

  • 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]