github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/install/quickstart/index.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: Installing Nomad for QuickStart
     4  sidebar_title: Quickstart
     5  description: Learn how to install Nomad locally or in a sandbox.
     6  ---
     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](/docs/install/production) guide here.
    17  
    18  ## Local
    19  
    20  Install Nomad on your local machine.
    21  
    22  - [Installing the Pre-compiled Binary][installing-binary]
    23  - [Installing Nomad with Vagrant][vagrant-environment]
    24  
    25  ## Cloud
    26  
    27  Install Nomad on the public cloud.
    28  
    29  - AWS
    30    - [CloudFormation](https://aws.amazon.com/quickstart/architecture/nomad/)
    31    - [Terraform](https://github.com/hashicorp/nomad/blob/master/terraform/aws/README.md)
    32  - Azure
    33    - [Terraform](https://github.com/hashicorp/nomad/tree/master/terraform/azure)
    34  
    35  ## Katacoda
    36  
    37  Experiment with Nomad in your browser via KataCoda's interactive learning platform.
    38  
    39  - [Introduction to Nomad](https://www.katacoda.com/hashicorp/scenarios/nomad-introduction)
    40  - [Nomad Playground](https://katacoda.com/hashicorp/scenarios/playground)
    41  
    42  [installing-binary]: /docs/install/#precompiled-binaries
    43  [vagrant-environment]: https://learn.hashicorp.com/nomad/getting-started/install#vagrant-setup-optional