44Quick Start
55===========
66
7- These steps will help you get started with deploying a multi-node Deis cluster.
7+ These steps will help you provision a Deis cluster.
88
99
1010.. _generate_ssh_key :
1111
1212Generate an SSH key
1313-------------------
1414
15- To avoid problems deploying/launching apps later on, it is necessary to install ` CoreOS `_ to disk
16- with an SSH key without a passphrase. The following command will generate a new keypair named
17- "deis":
15+ The `` deisctl `` utility communicates with remote machines over an SSH tunnel.
16+ If you don't already have an SSH key, the following command will generate
17+ a new keypair named "deis":
1818
1919.. code-block :: console
2020
@@ -26,8 +26,7 @@ with an SSH key without a passphrase. The following command will generate a new
2626Generate a New Discovery URL
2727----------------------------
2828
29- To get started with provisioning Deis, we will need to generate a new Discovery URL. Discovery URLs
30- help connect `etcd `_ instances together by storing a list of peer addresses and metadata under a
29+ Discovery URLs help connect `etcd `_ instances together by storing a list of peer addresses and metadata under a
3130unique address. You can generate a new discovery URL for use in your platform by
3231running the following from the root of the repository:
3332
@@ -44,11 +43,11 @@ Choose a Provider
4443
4544Choose one of the following providers and deploy a new cluster:
4645
47- - :ref: `deis_on_digitalocean `
4846- :ref: `deis_on_aws `
49- - :ref: `deis_on_vagrant `
47+ - :ref: `deis_on_digitalocean `
5048- :ref: `deis_on_gce `
5149- :ref: `deis_on_rackspace `
50+ - :ref: `deis_on_vagrant `
5251- :ref: `deis_on_bare_metal `
5352
5453
@@ -61,9 +60,9 @@ See :ref:`configure-dns` for more information on properly setting up your DNS re
6160Install Deis Platform
6261---------------------
6362
64- Now that you've finished provisioning a cluster, please refer to :ref: ` install_deisctl ` and :ref: ` install_deis_platform ` to
65- start the platform .
63+ Now that you've finished provisioning a CoreOS cluster,
64+ please refer to :ref: ` install_deisctl ` and :ref: ` install_deis_platform ` .
6665
6766
6867.. _`CoreOS` : https://coreos.com/
69- .. _`etcd` : https://github.com/coreos/etcd
68+ .. _`etcd` : https://github.com/coreos/etcd
0 commit comments