- NodeJS 8.X
- curl -sL https://deb.nodesource.com/setup_8.x -o nodesource_setup.sh
- nano nodesource_setup.sh
- sudo bash nodesource_setup.sh
- sudo apt-get install -y nodejs
- sudo apt-get install -y node-gyp
- sudo apt-get install mongodb
- sudo service mongod start
- clone this repo from github
- cd to sc-status.deevo.io
- run: npm install
- run: utils/get-remote-config.sh with appropriate parameters
- run: npm start
If it shows up: [API Server is running at http://localhost:3000/] means that api server is started up successfuly.