diff --git a/website/source/intro/getting-started/getting-started.html.md b/website/source/intro/getting-started/getting-started.html.md new file mode 100644 index 000000000..c13a37c57 --- /dev/null +++ b/website/source/intro/getting-started/getting-started.html.md @@ -0,0 +1,21 @@ +--- +layout: "intro" +page_title: "Getting Started" +sidebar_current: "getting-started" +description: |- + Get started with Nomad by manually provisioning a cluster in a Vagrant + environment or automatically provisioning a cluster in AWS with Terraform. +--- + +# Getting Started with Nomad + +To get started, we can use this guide to manually provision a Nomad cluster +step-by-step or we can use [Nomad's example Terraform configuration](https://github.com/hashicorp/nomad/terraform) to automatically provision a cluster in AWS. The +steps in this guide will be useful as a reference even if we choose the latter +option. + +## Next Steps + +To manually provision a cluster, proceed to +[Install Nomad](/intro/getting-started/install.html). To automatically provision + a cluster in AWS, click [here](https://github.com/hashicorp/nomad/terraform). diff --git a/website/source/layouts/intro.erb b/website/source/layouts/intro.erb index 4a31927cc..253267774 100644 --- a/website/source/layouts/intro.erb +++ b/website/source/layouts/intro.erb @@ -47,7 +47,7 @@