mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
Improve README with compilation details
This commit is contained in:
parent
a118547523
commit
4a3900c44c
20
README.md
20
README.md
@ -9,7 +9,7 @@ WiseMapping is based on the same code product supporting http://www.wisemapping.
|
|||||||
|
|
||||||
The following products must be installed:
|
The following products must be installed:
|
||||||
|
|
||||||
* Java 11 or higher
|
* OpenJDK 11 or higher
|
||||||
* Maven 3.x or higher ([http://maven.apache.org/])
|
* Maven 3.x or higher ([http://maven.apache.org/])
|
||||||
|
|
||||||
### Compiling
|
### Compiling
|
||||||
@ -35,14 +35,18 @@ This will start the application on the URL: [http://localhost:8080/] using file
|
|||||||
User: test@wisemapping.org
|
User: test@wisemapping.org
|
||||||
Password: test
|
Password: test
|
||||||
|
|
||||||
### Local Development - UI Integration
|
### Local Development + UI Integration
|
||||||
|
|
||||||
In order to reduce the life-cycle to develop UI backend testing, you can do the following hack:
|
In order to reduce the life-cycle to develop UI backend testing, you can do the following hack:
|
||||||
|
|
||||||
* Clone [https://bitbucket.org/wisemapping/wisemapping-open-source/] and [https://bitbucket.org/wisemapping/wisemapping-frontend/] at the same top level directory
|
* Clone [wisemapping-open-source](https://bitbucket.org/wisemapping/wisemapping-open-source/) and [wisemapping-frontend](https://bitbucket.org/wisemapping/wisemapping-frontend/) at the same top level directory
|
||||||
* Compile `WiseMapping Frontend`
|
* Compile `wisemapping-frontend`. Details for compilation can be found in the `wisemapping-frontend` readme.
|
||||||
* Compile `WiseMapping Open Source`
|
* Compile `wisemapping-open-source`
|
||||||
* Follow the Local Testing steps.
|
|
||||||
|
A quick and dirty solution to share changes in the UI is to manually compile the dist. This will make the loader file available without the need to publish:
|
||||||
|
|
||||||
|
`cp -r wisemapping-frontend/packages/mindplot/dist/* wisemapping-open-source/wise-ui/target/wisemapping-mindplot/package/dist`
|
||||||
|
|
||||||
|
|
||||||
### Compiling and running with docker-compose
|
### Compiling and running with docker-compose
|
||||||
|
|
||||||
@ -63,10 +67,6 @@ Check out the [docker section](./docker/README.
|
|||||||
Run `mvn clean install -DskipTests`
|
Run `mvn clean install -DskipTests`
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## Maintenance
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Members
|
## Members
|
||||||
|
|
||||||
### Founders
|
### Founders
|
||||||
|
Loading…
Reference in New Issue
Block a user