项目作者: davidjenni

项目描述 :
Create CoreOS cluster (hosted on a cloud provider; digitalocean for now) and initialize as a docker swarm.
高级语言: Go
项目地址: git://github.com/davidjenni/coreup.git
创建时间: 2018-02-19T05:55:23Z
项目社区:https://github.com/davidjenni/coreup

开源协议:MIT License

下载


CoreUp

Build Status
Coverage
Go Report Card

Create and manage CoreOS cluster (hosted on a cloud provider) and initialize a docker swarm.
To create docker host nodes, docker-machine is used.
Right now, only supported cloud provider is DigitalOcean

Development

Install a Go distribution (v1.8 or newer) and ensure GOPATH is set,
see Go Getting Started

Install a editor or IDE that supports go and debugging, e.g. VS Code

  1. brew install go dep
  2. go get github.com/davidjenni/coreup
  3. cd $GOPATH/src/github.com/davidjenni/coreup
  4. dep ensure
  5. make

Tool support (macOS):

  1. brew install dep
  2. brew install go-delve/delve/delve
  3. make get-tools

License

MIT License