NAP

UNDER CONSTRUCTION
Features
- Application management
- Workloads management
- Auto-scaling
- Rolling update
- Health checks
- User Authorization
- Docker compose support
- Task web console
- IP-Per-Task
- Multiple schedule stategy
Getting Start
Building NAP
Note that the master branch is the development branch and checkout your git head to a release branch.
Prerequisites:
Fetch source codes from github:
$ go get -u -v github.com/JetMuffin/nap
$ cd $GOPATH/src/github.com/JetMuffin/nap
Run make, which creates the NAP binary at bin/nap.
Start master
$ ./bin/nap master -c conf/nap.toml
Use command ./bin/nap --help to see full usage.
Trouble Shooting
TBD
TBD
License
MIT License