open-nomad/website/pages/docs/install/quickstart/index.mdx

44 lines
1.4 KiB
Plaintext
Raw Normal View History

2020-02-06 23:45:31 +00:00
---
layout: guides
2020-02-06 23:45:31 +00:00
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
2020-03-20 21:00:59 +00:00
Installation](/docs/install/production) guide here.
2020-02-06 23:45:31 +00:00
## 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)
2020-03-20 21:00:59 +00:00
[installing-binary]: /docs/install/#precompiled-binaries
2020-03-26 20:21:24 +00:00
[vagrant-environment]: https://learn.hashicorp.com/nomad/getting-started/install#vagrant-setup-optional