mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Minor fix on documentation.
This commit is contained in:
parent
7e5b3c51a8
commit
2cb7ec9afb
30
README.md
30
README.md
@ -1,17 +1,17 @@
|
|||||||
## Project Information
|
# 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
|
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
|
## Compiling and Running
|
||||||
|
|
||||||
## Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
The following products must be installed:
|
The following products must be installed:
|
||||||
|
|
||||||
* Java Development Kit 7 or higher ([http://www.oracle.com/technetwork/java/javase/downloads/index.html])
|
* 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/])
|
* Maven 3.x or higher ([http://maven.apache.org/])
|
||||||
|
|
||||||
## Compiling
|
### Compiling
|
||||||
|
|
||||||
WiseMapping uses Maven as packaging and project management. It's composed of 5 maven sub-modules:
|
WiseMapping uses Maven as packaging and project management. It's composed of 5 maven sub-modules:
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ The full compilation of the project can be performed executing within <project-d
|
|||||||
|
|
||||||
Once this command is execute, the file <project-dir>/wise-webapp/target/wisemapping*.war will be generated.
|
Once this command is execute, the file <project-dir>/wise-webapp/target/wisemapping*.war will be generated.
|
||||||
|
|
||||||
## Testing
|
### Testing
|
||||||
The previously generated war can be deployed locally executing within the directory <project-dir>/wise-webapp the following command:
|
The previously generated war can be deployed locally executing within the directory <project-dir>/wise-webapp the following command:
|
||||||
|
|
||||||
`cd wise-webapp;mvn jetty:run-war`
|
`cd wise-webapp;mvn jetty:run-war`
|
||||||
@ -37,17 +37,31 @@ This will start the application on the URL: [http://localhost:8080/wise-webapp/]
|
|||||||
User: test@wisemapping.org
|
User: test@wisemapping.org
|
||||||
Password: test
|
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
|
## Members
|
||||||
|
|
||||||
Founders
|
### Founders
|
||||||
|
|
||||||
* Pablo Luna <pveiga@wisemapping.com>
|
* Pablo Luna <pveiga@wisemapping.com>
|
||||||
* Paulo Veiga <pablo@wisemapping.com>
|
* Paulo Veiga <pablo@wisemapping.com>
|
||||||
|
|
||||||
Individual Controbutors
|
### Individual Controbutors
|
||||||
|
|
||||||
* Ezequiel Bergamaschi
|
* Ezequiel Bergamaschi
|
||||||
|
|
||||||
Past Individual Contributors
|
### Past Individual Contributors
|
||||||
|
|
||||||
* Ignacio Manzano
|
* Ignacio Manzano
|
||||||
* Nicolas Damonte
|
* Nicolas Damonte
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user