Vault installation

Installing Vault (https://www.vaultproject.io/) can be done at the Install Vault (https://www.vaultproject.io/intro/getting-started/install.html) link. Once you download Vault, you will need to move the single binary into a PATH that your OS will be able to find. Here is a sample run that I did on my local machine:

echo $PATH## This prints out the current path where binaries can be foundmv ~/Downloads /usr/local/bin

The last command will move the binary called vault into the /usr/local/bin directory that is in my path and I should now be able run the vault command and see the help menu like this:

Notice here that the vault ...

Get Hands-On Continuous Integration and Delivery now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.