open-nomad/website/pages/guides/install/quickstart/index.mdx
Jeff Escalante 77e6ad8867 Revert "Merge pull request #7322 from hashicorp/docs-fix-guide-links"
This reverts commit 4311f5e95657a2eb7b231daf326af252e6c75ae7, reversing
changes made to 5d5469e6facfc4ab59235d5532664bb95a597728.
2020-03-12 18:18:14 -04:00

44 lines
1.4 KiB
Plaintext

---
layout: guides
page_title: Installing Nomad for QuickStart
sidebar_title: Quickstart
description: Learn how to install Nomad locally or in a sandbox.
---
# Quickstart
This page lists multiple methods to installing Nomad locally or in a sandbox
environment.
These installations are designed to get you started with Nomad easily and should
be used only for experimentation purposes. If you are looking to install Nomad
in production, please refer to our [Production
Installation](/guides/install/production) guide here.
## Local
Install Nomad on your local machine.
- [Installing the Pre-compiled Binary][installing-binary]
- [Installing Nomad with Vagrant][vagrant-environment]
## Cloud
Install Nomad on the public cloud.
- AWS
- [CloudFormation](https://aws.amazon.com/quickstart/architecture/nomad/)
- [Terraform](https://github.com/hashicorp/nomad/blob/master/terraform/aws/README.md)
- Azure
- [Terraform](https://github.com/hashicorp/nomad/tree/master/terraform/azure)
## Katacoda
Experiment with Nomad in your browser via KataCoda's interactive learning platform.
- [Introduction to Nomad](https://www.katacoda.com/hashicorp/scenarios/nomad-introduction)
- [Nomad Playground](https://katacoda.com/hashicorp/scenarios/playground)
[installing-binary]: /guides/install#precompiled-binaries
[vagrant-environment]: /intro/getting-started/install#vagrant-setup-optional-