Web Interface for GeoBoost2. The Web Services are available here.
- NodeJS 7.10.x
- npm 5.8.x
- Latest GeoBoost2 Services
- Your Favorite Text Editor, VS Code is full featured NodeJS IDE.
- Create a settings.js file in the bin folder with your configuration details. Refer to settings_template.js
- Run
npm installto install required NodeJS packages. - Run
npm testto ensure that tests are passing. - Run
npm startto start the application.