
Vagrant
Tool for building and maintaining portable virtual development environments.
- Free • Open Source
- Virtualization Tool
- Mac
- Windows
- Linux
- BSD
- VirtualBox
- VMware Workstation
- VMware Fusion
- FreeBSD
What is Vagrant?
Create and manage virtualized development environments. Vagrant is a tool for building complete development environments. With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time, increases development/production parity, and makes the "works on my machine" excuse a relic of the past.
Vagrant Screenshots
Vagrant Features
Vagrant information
Supported Languages
- English
GitHub repository
- 25,037 Stars
- 4,358 Forks
- 707 Open Issues
- Updated
Comments and Reviews
Tags
- Development Environment
- development
Lists containing Vagrant
My Setup - All Apps and Software • Core, Development & Services • WordPress Development • WindowsRecent user activities on Vagrant
- added Container Virtualization as a feature to VagrantGu
- bitelse liked Vagrantbi
- LadyCash liked VagrantLa
A great tool for creating isolated dev environments, so-called boxes, and automate installation and further configuration of software. The boxes are portable and can be deployed on top of VirtualBox, VMware, AWS, or any other provider. The best thing I like about Vagrant is that it allows you to a ready-to-use environment in a few minutes rather than spending hours on creating a virtual machine and then install all the necessary software afterward. In this way, I used Vagrant for deploying WordPress sandboxes with WP-CLI. More details are available here.