You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/quickstart/index.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,26 +2,29 @@
2
2
3
3
Getting started with Deis Workflow in four easy steps.
4
4
5
-
1. Install CLI tools
5
+
1. Install CLI tools for Helm Classic and Deis Workflow
6
6
2. Boot a Kubernetes and install Deis Workflow
7
7
3. Deploy your first application
8
8
9
9
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).
10
10
11
11
## Step 1: Install CLI tools
12
12
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).
14
14
15
15
## Step 2: Boot Kubernetes and Install Deis Workflow
16
16
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.
18
19
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:
23
21
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).
0 commit comments