diff --git a/Compiling-and-running.md b/Compiling-and-running.md index b27f3ad7..53d0ab77 100644 --- a/Compiling-and-running.md +++ b/Compiling-and-running.md @@ -4,16 +4,16 @@ 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/) + * 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 libraries - * web2d: JavaScript 2D VML/SVG abstraction library used by the mind map editor - * mindplot: JavaScript mind map designer core + * 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 @@ -28,7 +28,7 @@ The previously generated war can be deployed locally executing within the direct `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 Password: test