Skip to content

Onboarding

Cristina edited this page Sep 30, 2020 · 1 revision

Welcome to Permanent!

As you get started working on our technical stack, we recommend that you install the following software.

If you're running Linux, the following code snippet should take care of this for you.

curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -
sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main"
sudo apt update
sudo apt install terraform vagrant packer virtualbox openvpn
Clone this wiki locally