Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.04 KB

INFOR2016 presentation official site!

INFOR x ZSISC Runging on zsisc.infor.org

Running

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

Configuration

Please add a config.json file in the application directory.

{
	"passwd": "YOUR CONSOLE PASSWORD",
	"mongohost": "YOUR MONGO HOST IP"

}

Docker Support

  • You can run the node application in a docker container with the Dockerfile.
  • docker-compose.yml can build a fully enviroment include mongoDB.
  • Net ports aren't expose to host by default. You can assign it while needed.

Packages Used