Skip to content

s094392/infor2016

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published