Skip to content

MojioMS/geocure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

52°North geocure

geocure is a REST API providing proxified access to an underlying geodata server. Currently geoserver in version 10.11-beta is supported.

Installation

npm install

Execution

grunt nodemon or node app/server.js

Deployment with forever

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.

Tests

Unit tests are executed by default grunt.

License

MIT License

About

52°North geocure REST proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%