Skip to content

Commit 5aedbf8

Browse files
committed
chore(quickstart): polish up the quickstart overview
1 parent 2e45d90 commit 5aedbf8

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

src/quickstart/index.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,29 @@
22

33
Getting started with Deis Workflow in four easy steps.
44

5-
1. Install CLI tools
5+
1. Install CLI tools for Helm Classic and Deis Workflow
66
2. Boot a Kubernetes and install Deis Workflow
77
3. Deploy your first application
88

99
This guide will help you setup a cluster suitable for evaluation, development and testing. When you are ready for staging and production, view our [production checklist](TODO).
1010

1111
## Step 1: Install CLI tools
1212

13-
[getcho tools on real quick](install-cli-tools.md)
13+
For the quickstart we will [install both Helm Classic and Deis Workflow CLI](install-cli-tools.md).
1414

1515
## Step 2: Boot Kubernetes and Install Deis Workflow
1616

17-
Cloud:
17+
There are many ways to boot and run Kubernetes. You may choose to get up and running in cloud environments or locally on
18+
your laptop.
1819

19-
* [Amazon Web Services](provider/aws/boot.md)
20-
* [Google Container Engine](provider/gke/boot.md)
21-
* StackPoint Cloud
22-
* RackN
20+
Cloud-based options:
2321

24-
If you would like a development environment on your laptop follow our guide for [Vagrant](provider/vagrant/boot.md).
22+
* [Google Container Engine](provider/gke/boot.md): provides a managed Kubernetes environment, available with a few clicks.
23+
* [Amazon Web Services](provider/aws/boot.md): uses Kubernetes upstream `kube-up.sh` to boot a cluster on AWS EC2.
24+
25+
If you would like to tests on your local machine follow our guide for [Vagrant](provider/vagrant/boot.md).
26+
27+
If you have already created a Kubernetes cluster, check out the [system requirements](../installing-workflow/system-requirements.md) and then proceed to [installing Deis Workflow on your own Kubernetes clsuter](../installing-workflow/index.md).
2528

2629
## Step 3: Deploy your first app
2730

0 commit comments

Comments
 (0)