0.1.1 • Published 7 years ago

geomapis v0.1.1

Weekly downloads
2
License
ISC
Repository
-
Last release
7 years ago

geomapis

Installation

Development

Run geomapis on development mode:

$ export DEBUG=geomapis*,devebot*,app*
$ node app.js

Production

Extract compress file or clone geomapis source code into ~/projects directory.

$ cd ~/projects
$ ssh clone <path-to-geomapis-repo>
$ cd ~/projects/geomapis

Installs the npm packages:

$ npm install

Changes current working directory to source code:

$ cd ~/projects/geomapis

Start application using pm2:

$ pm2 start app.js --name=geomapis

Start application using forever:

$ forever start app.js --uid geomapis