mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 23:21:08 +02:00
* Update README Let contributors know that docs will now be located in UDR * Add comments to each mdx doc Comment has been added to all mdx docs that are not partials * chore: added changelog changelog check failure * wip: removed changelog * Fix content errors * Doc spacing * Update website/content/docs/deploy/kubernetes/vso/helm.mdx Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com> --------- Co-authored-by: jonathanfrappier <92055993+jonathanfrappier@users.noreply.github.com> Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>
55 lines
2.2 KiB
Plaintext
55 lines
2.2 KiB
Plaintext
---
|
|
layout: docs
|
|
page_title: Get Vault
|
|
description: >-
|
|
Installation options for Vault
|
|
---
|
|
|
|
> [!IMPORTANT]
|
|
> **Documentation Update:** Product documentation, which were located in this repository under `/website`, are now located in [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs), colocated with all other product documentation. Contributions to this content should be done in the `web-unified-docs` repo, and not this one. Changes made to `/website` content in this repo will not be reflected on the developer.hashicorp.com website.
|
|
|
|
# Get Vault
|
|
|
|
You can get Vault through a variety of package managers or from HashiCorp
|
|
directly.
|
|
|
|
## Vault version syntax
|
|
|
|
@include 'version-syntax.mdx'
|
|
|
|
## Get notified of new releases
|
|
|
|
You can subscribe to specific tags in the [Vault discussion forum](https://discuss.hashicorp.com/)
|
|
to receive alerts about recent changes.
|
|
|
|
- Use the
|
|
[`vault-release-ce-ent`](https://discuss.hashicorp.com/tag/vault-release-ce-ent)
|
|
tag for alerts about upcoming and new releases.
|
|
- Use the
|
|
[`security-vault`](https://discuss.hashicorp.com/tag/security-vault) tag for
|
|
alerts about new security bulletins.
|
|
|
|
## Install options
|
|
|
|
You have different options for installing Vault:
|
|
|
|
1. [Install Vault Community edition with supported package managers](/vault/install)
|
|
for macOS, Ubuntu/Debian, CentIS/RHEL, Amazon Linux, and Homebrew.
|
|
1. [Install Vault Enterprise edition with supported package managers](/vault/install)
|
|
for macOS, Ubuntu/Debian, CentIS/RHEL, Amazon Linux, and Homebrew.
|
|
1. [Use helm to install Vault for Kubernetes](/vault/docs/platform/k8s/helm).
|
|
1. [Download a precompiled binary](/vault/install) or
|
|
[build Vault from code](/vault/docs/install/build-from-code) and
|
|
[install the binary manually](/vault/docs/install/install-binary).
|
|
|
|
|
|
## Related tutorials
|
|
|
|
The following tutorials provide additional guidance for installing Vault and
|
|
production cluster deployment:
|
|
|
|
- [Get started: Install Vault](/vault/tutorials/getting-started/getting-started-install)
|
|
- [Day One Preparation](/vault/tutorials/day-one-raft)
|
|
- [Recommended Patterns](/vault/tutorials/recommended-patterns)
|
|
- [Start the server in dev mode](/vault/tutorials/getting-started/getting-started-dev-server)
|