mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-01 13:48:40 +00:00
* Adding atlantis landing page atlantis.run. Fixes #3 * more docs on automated cert renewal
183 lines
4.2 KiB
HTML
183 lines
4.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us">
|
|
|
|
<head>
|
|
<meta name="generator" content="Hugo 0.26" />
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title> Getting Started </title>
|
|
|
|
|
|
<meta name="description" content="Up and running with Atlantis">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<meta name="author" content="">
|
|
|
|
|
|
<meta property="og:title" content="Getting Started" />
|
|
<meta property="og:description" content="Up and running with Atlantis" />
|
|
<meta property="og:type" content="article" />
|
|
<meta property="og:url" content="http://atlantis.run/docs/getting-started/" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="canonical" href="http://atlantis.run/docs/getting-started/">
|
|
|
|
<link rel="shortcut icon" type="image/png" href="/img/logo-384x384.png">
|
|
|
|
|
|
<link href="/css/font.css" rel="stylesheet" type="text/css">
|
|
<link href="/css/kube.min.css" rel="stylesheet" type="text/css">
|
|
<link href="/css/kube.legenda.css" rel="stylesheet" type="text/css">
|
|
<link href="/css/highlight.css" rel="stylesheet" type="text/css">
|
|
<link href="/css/master.css" rel="stylesheet" type="text/css">
|
|
<link href="/css/kube.demo.css" rel="stylesheet" type="text/css">
|
|
|
|
<link href="/css/custom.css" rel="stylesheet" type="text/css">
|
|
|
|
<script src="/js/jquery-2.1.4.min.js" type="text/javascript">
|
|
</script>
|
|
|
|
<script type="text/javascript" src="/js/tocbot.min.js"></script>
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
</head>
|
|
|
|
|
|
<body class="page-kube">
|
|
<header> <div class="show-sm">
|
|
<div id="nav-toggle-box">
|
|
<div id="nav-toggle-brand">
|
|
<a href="/">Atlantis</a>
|
|
</div><a data-component="toggleme" data-target="#top" href="#" id="nav-toggle"><i class="kube-menu"></i></a>
|
|
</div>
|
|
</div>
|
|
<div class="hide-sm" id="top">
|
|
<div id="top-brand">
|
|
<a href="/" title="home">Atlantis</a>
|
|
</div>
|
|
<nav id="top-nav-main">
|
|
<ul>
|
|
|
|
|
|
<li><a href="/blog/" >Blog</a></li>
|
|
|
|
<li><a href="/docs/" >Docs</a></li>
|
|
|
|
<li><a href="/faq/" >FAQ</a></li>
|
|
|
|
<li><a href="https://www.youtube.com/watch?v=TmIPWda0IKg" >Demo</a></li>
|
|
|
|
</ul>
|
|
</nav>
|
|
<nav id="top-nav-extra">
|
|
<ul>
|
|
<li>
|
|
<a class="github-button" href="https://github.com/hootsuite/atlantis" data-icon="octicon-star" data-size="large" aria-label="Star hootsuite/atlantis on GitHub">Star</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
</div> </header>
|
|
<main>
|
|
<div id="main">
|
|
<div id="hero">
|
|
<h1> Getting Started </h1>
|
|
<p class="hero-lead">
|
|
Getting started with Atlantis is really easy!.
|
|
</p>
|
|
|
|
</div>
|
|
<div id="kube-component" class="content">
|
|
|
|
<nav id="contents">
|
|
<ol class="js-toc">
|
|
</ol>
|
|
</nav>
|
|
<script type="text/javascript">
|
|
document.addEventListener("DOMContentLoaded",
|
|
function(){
|
|
tocbot.init({
|
|
|
|
tocSelector: '.js-toc',
|
|
|
|
contentSelector: '.content',
|
|
|
|
headingSelector: 'h3'
|
|
})
|
|
}
|
|
);
|
|
</script>
|
|
|
|
|
|
|
|
<h3 class="section-head" id="h-basic-template"><a href="#h-Download-Atlantis">Download Atlantis</a></h3>
|
|
|
|
<p>Download from <a href="https://github.com/hootsuite/atlantis/releases">https://github.com/hootsuite/atlantis/releases</a></p>
|
|
|
|
<pre><code class="language-bash">unzip atlantis_{os}_{arch}.zip
|
|
</code></pre>
|
|
|
|
<h3 class="section-head" id="h-basic-template"><a href="#h-Run-it">Run it!</a></h3>
|
|
|
|
<pre><code class="language-bash">./atlantis bootstrap
|
|
</code></pre>
|
|
|
|
<p>This will walk you through running Atlantis locally. It will</p>
|
|
|
|
<ul>
|
|
<li>fork an example terraform project</li>
|
|
<li>install terraform (if not already in your PATH)</li>
|
|
<li>install ngrok so we can expose Atlantis to GitHub</li>
|
|
<li>start Atlantis</li>
|
|
</ul>
|
|
|
|
<p>If you’re ready to permanently set up Atlantis see <a href="https://github.com/hootsuite/atlantis#production-ready-deployment">Production-Ready Deployment</a></p>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<footer></footer>
|
|
|
|
|
|
<script src="/js/kube.js" type="text/javascript">
|
|
</script>
|
|
<script src="/js/kube.legenda.js" type="text/javascript">
|
|
</script>
|
|
<script src="/js/master.js" type="text/javascript">
|
|
</script>
|
|
</body>
|
|
|
|
</html>
|