mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-30 06:38:45 +00:00
removing unwanted docs section and adding link to getting started docs
This commit is contained in:
@@ -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)
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user