github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/website/source/guides/install/quickstart/index.html.md (about) 1 --- 2 layout: "guides" 3 page_title: "Installing Nomad for QuickStart" 4 sidebar_current: "guides-install-quickstart" 5 description: |- 6 Learn how to install Nomad locally or in a sandbox. 7 --- 8 #Quickstart 9 10 This page lists multiple methods to installing Nomad locally or in a sandbox 11 environment. 12 13 These installations are designed to get you started with Nomad easily and should 14 be used only for experimentation purposes. If you are looking to install Nomad 15 in production, please refer to our [Production 16 Installation](/guides/install/production/index.html) guide here. 17 18 ##Local 19 Install Nomad on your local machine. 20 21 * [Installing the Pre-compiled Binary][installing-binary] 22 * [Installing Nomad with Vagrant][vagrant-environment] 23 24 ##Cloud 25 Install Nomad on the public cloud. 26 27 * AWS 28 * [CloudFormation](https://aws.amazon.com/quickstart/architecture/nomad/) 29 * [Terraform](https://github.com/hashicorp/nomad/blob/master/terraform/aws/README.md) 30 * Azure 31 * [Terraform](https://github.com/hashicorp/nomad/tree/master/terraform/azure) 32 33 ##Katacoda 34 Experiment with Nomad in your browser via KataCoda's interactive learning platform. 35 36 * [Introduction to Nomad](https://www.katacoda.com/hashicorp/scenarios/nomad-introduction) 37 * [Nomad Playground](https://katacoda.com/hashicorp/scenarios/playground) 38 39 [installing-binary]: /guides/install/index.html#precompiled-binaries 40 [vagrant-environment]: /intro/getting-started/install.html#vagrant-setup-optional-