Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.14 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.14 KB

GeoPortale - Comune di Genova

Build status

Master: Build Status

Production: Build Status

Quick Start

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.