Quick Setup and Run
Clone the repository:
1 | |
If needed, install NodeJS version >= 8 from here, then update npm to version >= 5, using:
1 | |
Start the demo locally:
1 2 3 4 5 | |
Then point your preferred browser to http://localhost:8081.
note: This running demo uses https://dev-mapstore.geosolutionsgroup.com/mapstore/ as back-end.
Other useful commands
1 2 3 4 5 6 7 8 | |
Quick Build and Deploy
Install latest Maven, if needed, from here (version 3.1.0 is required).
Build the deployable war:
1 | |
Where version_identifier is an optional identifier of the generated war that will be shown in the settings panel of the application.
Deploy the generated mapstore.war file (in web/target) to your favourite J2EE container (e.g. Tomcat).
Here you can find how to setup the database.