Skip to content

lanayotech/vagrant-manager-windows

Repository files navigation

Vagrant Manager for Windows

Vagrant Manager is a Windows status bar menu app that lets you manage all of your vagrant machines from one central location. More information is available at http://vagrantmanager.com/windows

Downloads

Download Vagrant Manager from the GitHub Releases Page

Installation Notes

  • Vagrant Manager can automatically detect VirtualBox machines. Other providers are supported, but require manual configuration.
  • Make sure that you have VirtualBox and Vagrant installed, and the vagrant command is in your path so that Vagrant Manager can execute it
  • Currently, vagrant machines must already be initialized in order for Vagrant Manager to detect them. Make sure you have run vagrant init on any machine you want to appear in Vagrant Manager. Once Vagrant Manager has detected a machine, you can bookmark it so that it will not disappear when you destroy the machine. You can also manually add bookmarks and specify the path to your Vagrantfile

Contributing to Vagrant Manager

We love code contributions! If you would like to contribute, here are some notes and guidlines:

  • All development happens on the develop branch, so it is always the most up-to-date
  • The master branch only contains tagged releases
  • If you are going to be submitting a pull request, please branch from develop, and submit your pull request back to the develop branch
  • Helpful article about forking
  • Helpful article about pull requests