removing unwanted docs section and adding link to getting started docs

This commit is contained in:
Anubhav Mishra
2017-09-11 20:26:16 -07:00
parent fc4a4f955f
commit cd2cf0be8f
2 changed files with 1 additions and 32 deletions

View File

@@ -1,31 +0,0 @@
+++
title = "Getting Started"
description = "Up and running with Atlantis"
weight = 10
draft = false
toc = true
bref = "Getting started with Atlantis is really easy!"
+++
<h3 class="section-head" id="h-basic-template"><a href="#h-Download-Atlantis">Download Atlantis</a></h3>
Download from https://github.com/hootsuite/atlantis/releases
```bash
unzip atlantis_{os}_{arch}.zip
```
<h3 class="section-head" id="h-basic-template"><a href="#h-Run-it">Run it!</a></h3>
```bash
./atlantis bootstrap
```
This will walk you through running Atlantis locally. It will
- fork an example terraform project
- install terraform (if not already in your PATH)
- install ngrok so we can expose Atlantis to GitHub
- start Atlantis
If you're ready to permanently set up Atlantis see [Production-Ready Deployment](https://github.com/hootsuite/atlantis#production-ready-deployment)

View File

@@ -6,7 +6,7 @@
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/docs/">Docs</a>
<a href="https://github.com/hootsuite/atlantis#getting-started">Docs</a>
</li>
<li>
<a href="/faq/">FAQ</a>