UNDER CONSTRUCTION
- Application management
- Workloads management
- Auto-scaling
- Rolling update
- Health checks
- User Authorization
- Docker compose support
- Task web console
- IP-Per-Task
- Multiple schedule stategy
Note that the master branch is the development branch and checkout your git head to a release branch.
Prerequisites:
- Go >= 1.7.1
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
.
$ ./bin/nap master -c conf/nap.toml
Use command ./bin/nap --help
to see full usage.
TBD
TBD
MIT License