github.com/mgood/deis@v1.0.2-0.20141120022609-9a185b756e7d/docs/installing_deis/quick-start.rst (about) 1 :title: Quick Start 2 :description: How to start provisioning a multi-node Deis cluster 3 4 Quick Start 5 =========== 6 7 These steps will help you provision a Deis cluster. 8 9 10 .. _get_the_source: 11 12 Get the Source 13 -------------- 14 15 .. include:: ../_includes/_get-the-source.rst 16 17 18 .. _generate_ssh_key: 19 20 Generate SSH Key 21 ---------------- 22 23 .. include:: ../_includes/_generate-ssh-key.rst 24 25 26 .. _generate_discovery_url: 27 28 Generate a New Discovery URL 29 ---------------------------- 30 31 .. include:: ../_includes/_generate-discovery-url.rst 32 33 34 Check System Requirements 35 ------------------------- 36 37 The Deis provision scripts default to a machine size which should be adequate to run Deis, but this 38 can be customized. Please refer to :ref:`system-requirements` for resource considerations when 39 choosing a machine size to run Deis. 40 41 Choose a Provider 42 ----------------- 43 44 Choose one of the following providers and deploy a new cluster: 45 46 - :ref:`deis_on_aws` 47 - :ref:`deis_on_digitalocean` 48 - :ref:`deis_on_gce` 49 - :ref:`deis_on_rackspace` 50 - :ref:`deis_on_vagrant` 51 - :ref:`deis_on_bare_metal` 52 53 54 Configure DNS 55 ------------- 56 57 See :ref:`configure-dns` for more information on properly setting up your DNS records with Deis. 58 59 60 Install Deis Platform 61 --------------------- 62 63 Now that you've finished provisioning a CoreOS cluster, 64 please refer to :ref:`install_deisctl` and :ref:`install_deis_platform`. 65 66 67 .. _`CoreOS`: https://coreos.com/