04/03/2016

Handful server deployment scripts

 

Start the whole server solution easily (every script executes commands as super-user and as background task):

* run_db - Starts mongo-db

* run_dbfront - Starts mongo-express which is a front-end for our database

* run_server - Starts API server through grunt

04/03/2016

Handful server deployment scripts

 

Stop the whole server solution easily (every script executes commands as super-user):

* stop_db - Kills mongod

* stop_dbfront - Kills every process related to mongo-express

* stop_server - Kills every process related to API server and Grunt

Deployment scripts description

By mb1475963

Deployment scripts description

  • 367