Vagrant Installation Guide
This guide walks you through installing Vagrant on your local machine. Vagrant is a tool for building and managing virtual machine environments in a single workflow.
📦 Prerequisites
Before installing Vagrant, make sure you have:
- VirtualBox or another supported provider
- A supported operating system:
- Windows
- macOS
- Linux
🛠 Installation Steps
Windows
- Download the Vagrant installer from the official Vagrant website.
- Run the installer and follow the prompts.
- After installation, restart your system (recommended).
- Verify the installation:
macOS
Using Homebrew (Recommended)
Manual Install
- Download the macOS
.dmg
installer from the Vagrant downloads page. - Open the file and drag Vagrant into your Applications folder.
- Verify:
Linux (Debian/Ubuntu)
Or download the .deb
file from downloads and install:
✅ Verifying Installation
Run the following command in your terminal:
You should see the installed version number.
🚀 Next Steps
- Learn how to initialize your first Vagrant project. [TODO: Next chapter]
- Check the Vagrantfile reference for configuration options.