geocure is a REST API providing proxified access to an underlying geodata server. Currently geoserver in version 10.11-beta is supported.
npm install
grunt nodemon
or node app/server.js
Install forever and forever-service globally:
[sudo] npm install forever -g
[sudo] npm install forever-service -g
Create a startup script, with the root of the project as CWD:
[sudo] forever-service install -s app/server.js geocure-forever
Now, geocure should start as a daemon process when the machine is booted.
Unit tests are executed by default grunt
.