Skip to content

davidjenni/coreup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

brew install go dep
go get github.com/davidjenni/coreup
cd $GOPATH/src/github.com/davidjenni/coreup
dep ensure
make

Tool support (macOS):

brew install dep
brew install go-delve/delve/delve
make get-tools

License

MIT License

About

Create CoreOS cluster (hosted on a cloud provider; digitalocean for now) and initialize as a docker swarm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published