Skip to content

Commit

Permalink
backport of commit 211fd80 (hashicorp#20060)
Browse files Browse the repository at this point in the history
Co-authored-by: Yoko Hyakuna <yoko@hashicorp.com>
  • Loading branch information
hc-github-team-secure-vault-core and yhyakuna committed Apr 10, 2023
1 parent d881a2c commit 4308cb2
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions website/content/docs/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ a copy of [`git`](https://www.git-scm.com/) in your `PATH`.

Clone the Vault repository from GitHub into your `GOPATH`:

```shell
```shell-session
$ mkdir -p $GOPATH/src/github.com/hashicorp && cd $_
$ git clone https://github.com/hashicorp/vault.git
$ cd vault
Expand All @@ -57,15 +57,15 @@ $ cd vault
Bootstrap the project. This will download and compile libraries and tools needed
to compile Vault:

```shell
```shell-session
$ make bootstrap
```

Build Vault for your current system and put the binary in `./bin/` (relative to
the git checkout). The `make dev` target is just a shortcut that builds `vault`
for only your local build environment (no cross-compiled targets).

```shell
```shell-session
$ make dev
```

Expand All @@ -79,5 +79,13 @@ on your `PATH` to avoid receiving an error that Vault is not found.
$ vault -h
```

## Tutorial

Following tutorials provide some guidance on production cluster deployment:

- [Day One Preperation](/vault/tutorials/day-one-raft)
- [Recommended Patterns](/vault/tutorials/recommended-patterns)


[learn-vault-install]: /vault/tutorials/getting-started/getting-started-install
[learn-vault-dev-server]: /vault/tutorials/getting-started/getting-started-dev-server

0 comments on commit 4308cb2

Please sign in to comment.