Files
atlantis/runatlantis.io/guide/test-drive.md
2024-05-14 16:30:14 -04:00

824 B

Test Drive

To test drive Atlantis on an example repo, download the latest release from GitHub

Once you've extracted the archive, run:

./atlantis testdrive

This mode sets up Atlantis on a test repo so you can try it out. It will

  • Fork an example Terraform project into your GitHub account
  • Install Terraform (if not already in your PATH)
  • Install ngrok so we can expose Atlantis to GitHub
  • Start Atlantis so you can execute commands on the pull request

Next Steps

  • If you're ready to test out running Atlantis on your repos then read Testing Locally.
  • If you're ready to properly install Atlantis on real infrastructure then head over to the Installation Guide.