Clone the repository with the --recursive option to automatically clone submodules:
git clone --recursive git@github.com:geosolutions-it/MapStore2-C040.git
Install NodeJS, if needed, from here.
Start the development application locally:
npm install
npm start
The application runs at http://localhost:8081
afterwards.
To create a deployable package:
- Download the keystore key in web/src/main/webapp/keystore
- Edit the web/ldap.properties file with the correct LDAP credentials
build.sh
Read more on the wiki.