jetmuffin / nap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NAP

Build Status Coverage Status Go Report Card

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:

  • 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.

Start master

$ ./bin/nap master -c conf/nap.toml

Use command ./bin/nap --help to see full usage.

Trouble Shooting

TBD

Contact

TBD

License

MIT License

About

License:MIT License


Languages

Language:Go 98.8%Language:Makefile 1.2%