INFOR x ZSISC Runging on zsisc.infor.org
Make sure you have Node.js and the MongoDB installed.
$ git clone https://github.com/s094392/infor2016.git
$ cd infor2016
$ echo '{"passwd": "YOUR CONSOLE PASSWORD"}' > config.json
$ npm install
$ node app.js
Please add a config.json
file in the application directory.
{
"passwd": "YOUR CONSOLE PASSWORD",
"mongohost": "YOUR MONGO HOST IP"
}