mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 22:27:55 +01:00
Fix compile documentation ...
This commit is contained in:
parent
1dce163782
commit
fd6d23c513
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
The following products must be installed:
|
The following products must be installed:
|
||||||
|
|
||||||
* Java Development Kit 6 or higher (http://java.sun.com/javase/downloads/index.jsp)
|
* 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. The project is composed of 4 maven sub-modules:
|
WiseMapping uses Maven as packaging and project management. It's composed of 5 maven sub-modules:
|
||||||
|
|
||||||
* core-js: Utilities JavaScript libraries
|
* core-js: Utilities JavaScript libraries
|
||||||
* web2d: JavaScript 2D VML/SVG abstraction library used by the mind map editor
|
* web2d: JavaScript 2D VML/SVG abstraction library used by the mind map editor
|
||||||
@ -17,7 +17,7 @@ WiseMapping uses Maven as packaging and project management. The project is compo
|
|||||||
* wise-editor: Mindmap Editor standalone distribution
|
* wise-editor: Mindmap Editor standalone distribution
|
||||||
* wise-webapp: J2EE web application
|
* wise-webapp: J2EE web application
|
||||||
|
|
||||||
Full compilation of the project can be done executing within <project-dir>:
|
The full compilation of the project can be performed executing within <project-dir>:
|
||||||
|
|
||||||
`mvn package`
|
`mvn package`
|
||||||
|
|
||||||
@ -26,9 +26,11 @@ Once this command is execute, the file <project-dir>/wise-webapp/target/wisemapp
|
|||||||
## 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:
|
||||||
|
|
||||||
`mvn jetty:run-war`
|
`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.
|
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
|
User: test@wisemapping.org
|
||||||
Password: test
|
Password: test
|
||||||
|
|
||||||
|
Enjoy :)
|
Loading…
Reference in New Issue
Block a user