Go to file
2022-01-05 14:02:06 +00:00
config/database Update admin password for testing purposes. 2020-11-22 14:41:33 -08:00
distribution Initial commit 2020-11-07 11:56:38 -08:00
docker Merged in feature/docker-docs (pull request #7) 2021-06-10 00:13:26 +00:00
wise-ui Bump up version 2022-01-03 16:06:18 -08:00
wise-webapp Remove shade on toolbar 2022-01-04 19:20:40 -08:00
.gitignore Fix major update integrating with external wisemapping frond end 2021-12-24 18:03:23 -08:00
bitbucket-pipelines.yml Fix pipeline 2022-01-03 16:23:20 -08:00
license.txt Remove unsed files. 2014-01-25 15:47:44 -03:00
pom.xml Remove JAXB, now supporting any version of JAVA 2022-01-04 13:07:05 -08:00
README.md README.md edited online with Bitbucket 2022-01-05 14:02:06 +00:00

Overview

WiseMapping is a free web based mind map product. The goal of this project is to provide a high quality product that can be deployed by enterprises, educational and academic institutions. WiseMapping is based on the same code product supporting http://www.wisemapping.com.

Compiling and Running

Prerequisites

The following products must be installed:

* Java 11 or higher
* 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:

* wise-ui:  React font-end fetcher
* wise-webapp: J2EE web application 

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

mvn clean install

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

Local Development

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/] using file based database.

User: test@wisemapping.org Password: test

Local Development - UI Integration

In order to reduce the life-cycle to develop UI backend testing, you can do the following hack:

Compiling and running with docker-compose

Check out the [docker section](./docker/README.

Troubleshooting

mvn package fails with the error java.lang.UnsatisfiedLinkError: Can't load library: /usr/lib/jvm/java-11-openjdk-amd64/lib/libawt_xawt.so in Ubuntu
Make sure you have the jdk installed: `sudo apt-get install openjdk-11-jdk`
mvn package does not generate the wisemapping.war file
Run `mvn clean install -DskipTests`

Maintenance

Members

Founders

Individual Contributors

Past Individual Contributors

  • Ignacio Manzano

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]