geomapis
v0.1.1
Published
Geomap API
Downloads
10
Readme
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