fixing build
This commit is contained in:
@@ -9,7 +9,7 @@ The goal of this project is to provide a high quality product that can be deploy
|
||||
### Prerequisites
|
||||
|
||||
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://java.sun.com/javase/downloads/index.jsp)
|
||||
* Maven 2.2.1 or higher (http://maven.apache.org/)
|
||||
|
||||
### Compiling
|
||||
@@ -22,7 +22,7 @@ WiseMapping uses Maven as packaging and project management. The project is compo
|
||||
|
||||
Full compilation of the project can be done executing within <project-dir>:
|
||||
|
||||
`mvn install`
|
||||
`mvn clean install`
|
||||
|
||||
Once this command is execute, the file <project-dir>/wise-webapp/target/wisemapping.war will be generated.
|
||||
|
||||
@@ -30,11 +30,12 @@ Once this command is execute, the file <project-dir>/wise-webapp/target/wisemapp
|
||||
|
||||
The previously generated war can be deployed locally executing within the directory <project-dir>/wise-webapp the following command:
|
||||
|
||||
`mvn jetty:run-war`
|
||||
`mvn jetty:run`
|
||||
|
||||
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. Additionally, a file based database is automatically populated with a test user.
|
||||
|
||||
User: test@wisemapping.org
|
||||
Pass: test
|
||||
|
||||
|
||||
## Running the JS only version
|
||||
|
Reference in New Issue
Block a user