Need to have mongodb, influxdb on your machine. Linux would be the most suitable OS. Need to have npm and node install on your machine
Clone the project
$ git clone https://github.com/xOpsTech/xSUM.gitGo to xSUM folder and run
$ npm installGo to src/config folder and run
$ ln -s dev-config.js config.jsThen go back to xSUM folder and run to build
$ npm run buildYou can start dev server with
$ npm startThen go to backend folder and run
$ npm installThen go to backend/config folder and run
$ ln -s dev-config.js config.jsThen go to back to backend folder and run (This will start the service)
$ npm run serviceOther commands
$ npm run scheduler ## To start scheduler(Inside backend folder)
$ npm run execute create-tenants ## To create influxdb tenants(Inside backend folder)
$ npm run execute update-points ## To update points with relevant to already added jobs(Inside backend folder)