DevOps Sydney November 2014
haircut, drums, databases, spaceships
envato
Docker
CoreOS
Fleet
etcd
Go
Ceph
deisctl
deis
controller
builder
router
logger
registry
database
cache
publisher
store
# Install deisctl
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.0.
# Install deis client
$ curl -sSL http://deis.io/deis-cli/install.sh | sh
# Get deis
$ git clone https://github.com/deis/deis.git
# Make some vagrant
$ vagrant up
# Install and Start platform
$ deisctl install platform
$ deisctl start platform
# Application
$ deis register
$ deis create
# Edit cloudformation.json
$ aws configure
# Run a magic script
$ ./provision-ec2-cluster.sh
# Rinse, repeat
# Install deisctl
$ curl -sSL http://deis.io/deisctl/install.sh | sh -s 1.0.
# Install deis client
$ curl -sSL http://deis.io/deis-cli/install.sh | sh
# Get deis
$ git clone https://github.com/deis/deis.git
# Install and Start platform
$ deisctl install platform
$ deisctl start platform
# Application
$ deis register
$ deis create
deisctl
deis
controller
builder
router
logger
registry
database
cache
publisher
store