Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre committed May 5, 2015
1 parent 7d2751d commit 57bd8f5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/getting-started-guides/digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ droplets. Execute ```ssh-keygen -t rsa``` to create a key pair.

#### Build the base image in Atlas
```
cd packer
packer build ubuntu-14.04_amd64-droplet.json
```
We are using [Atlas](https://atlas.hashicorp.com) to store artifacts (images) for
builds.
Expand Down Expand Up @@ -68,14 +65,6 @@ ATLAS_ARTIFACT_MASTER=
ATLAS_ARTIFACT_SLAVE=
```

By default Apollo will try to set the master/slave id to the latest version of your Apollo image from your Digitalocean account.
Otherwise you can set the ID specifically as follows:

```
MASTER_IMAGE=
SLAVE_IMAGE=
```

#### Turn up the cluster
```
sh bootstrap/apollo-launch.sh
Expand Down

0 comments on commit 57bd8f5

Please sign in to comment.