This commit is contained in:
Mark Bishop
2018-07-27 16:13:42 -07:00
committed by Denise
parent 68a8b1dedd
commit 9ea1648d45
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ weight: 100
The following are the current guides for provisioning Rancher Server and a cluster:
- [Digital Ocean Quick Start](./digital-ocean-qs) - We provide you with a Terraform script that completely automates the set up of the Rancher Server and registers a cluster for you to get started with.
- [DigitalOcean Quick Start](./digital-ocean-qs) - We provide you with a Terraform script that completely automates the set up of the Rancher Server and registers a cluster for you to get started with.
- [Vagrant Quick Start](./quickstart-vagrant) - We provide you with a Vagrant configuration that again completely automates the set up of the Rancher Server and registers a 3 node cluster.

View File

@@ -5,12 +5,12 @@ weight: 100
The following steps will quickly deploy a Rancher Server with a 3-node cluster attached.
>**Note**
>Deploying to Digital Ocean will incur charges.
>Deploying to DigitalOcean will incur charges.
## Prerequisites
- [Digital Ocean Account](https://www.digitalocean.com): You will require an account on DigitalOcean as this is where the server and cluster will run.
- [Digital Ocean Access Key](https://www.digitalocean.com/community/tutorials/how-to-create-a-digitalocean-space-and-api-key): Use this link to create a DigitalOcean Access Key if you don't have one.
- [DigitalOcean Account](https://www.digitalocean.com): You will require an account on DigitalOcean as this is where the server and cluster will run.
- [DigitalOcean Access Key](https://www.digitalocean.com/community/tutorials/how-to-create-a-digitalocean-space-and-api-key): Use this link to create a DigitalOcean Access Key if you don't have one.
- [Terraform](https://www.terraform.io/downloads.html): Used to provision the server and cluster to DigitalOcean.