From 1d34ca8cde3be0bcebc710bdfc9cf2a2c8c7c2e5 Mon Sep 17 00:00:00 2001 From: Ivan Date: Mon, 17 Dec 2018 16:19:46 +0100 Subject: [PATCH] Added download link (#387) There's no download link, added the one from getting-started.md Authored-By: ivankisic --- runatlantis.io/docs/deployment.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runatlantis.io/docs/deployment.md b/runatlantis.io/docs/deployment.md index 54a6d439d..de06315dc 100644 --- a/runatlantis.io/docs/deployment.md +++ b/runatlantis.io/docs/deployment.md @@ -20,6 +20,9 @@ Developers in your organization also need to be able to access Atlantis to view By default Atlantis runs on port `4141`. This can be changed with the `--port` flag. +## Install Atlantis +Get the latest release from [https://github.com/runatlantis/atlantis/releases](https://github.com/runatlantis/atlantis/releases) and unpackage it. + ## Add Webhook Once you've decided where to host Atlantis you need to add that URL as a webhook to your Git host so that Atlantis gets notified about pull request events.