mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Update readme info
This commit is contained in:
parent
5c5af9ecfe
commit
18f109587d
23
README.md
23
README.md
@ -8,19 +8,18 @@ The goal of this project is to provide a high quality product that can be deploy
|
|||||||
|
|
||||||
The following products must be installed:
|
The following products must be installed:
|
||||||
|
|
||||||
* Java 11 to 16
|
* Java 11 or higher
|
||||||
* 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:
|
||||||
|
|
||||||
* wise-react: React font-end fetcher
|
* wise-ui: React font-end fetcher
|
||||||
* wise-webapp: J2EE web application
|
* wise-webapp: J2EE web application
|
||||||
|
|
||||||
The full compilation of the project can be performed executing within <project-dir>:
|
The full compilation of the project can be performed executing within <project-dir>:
|
||||||
|
|
||||||
`export MAVEN_OPTS="--illegal-access=permit"`
|
|
||||||
`mvn clean install`
|
`mvn clean install`
|
||||||
|
|
||||||
Once this command is executed, the file <project-dir>/wise-webapp/target/wisemapping*.war will be generated.
|
Once this command is executed, the file <project-dir>/wise-webapp/target/wisemapping*.war will be generated.
|
||||||
@ -46,21 +45,7 @@ In order to reduce the life-cycle to develop UI backend testing, you can do the
|
|||||||
|
|
||||||
### Compiling and running with docker-compose
|
### Compiling and running with docker-compose
|
||||||
|
|
||||||
Check out the [docker section](./docker/README.md)
|
Check out the [docker section](./docker/README.
|
||||||
|
|
||||||
|
|
||||||
## Running the JS only version
|
|
||||||
|
|
||||||
Start by creating the .zip file.
|
|
||||||
|
|
||||||
`mvn assembly:assembly -Dmaven.test.skip=true`
|
|
||||||
|
|
||||||
To test the javascript frontend, install a simple http-server.
|
|
||||||
|
|
||||||
`npm install -g http-server`
|
|
||||||
|
|
||||||
Now open a browser using the URL http://localhost:8080/wise-editor/src/main/webapp/
|
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -95,8 +80,6 @@ Now open a browser using the URL http://localhost:8080/wise-editor/src/main/weba
|
|||||||
### Past Individual Contributors
|
### Past Individual Contributors
|
||||||
|
|
||||||
* Ignacio Manzano
|
* Ignacio Manzano
|
||||||
* Nicolas Damonte
|
|
||||||
* Claudio Barril <claudiobarril@gmail.com>
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user