Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lanayotech/vagrant-manager
Manage your vagrant machines in one place with Vagrant Manager for OS X
https://github.com/lanayotech/vagrant-manager
Last synced: 28 days ago
JSON representation
Manage your vagrant machines in one place with Vagrant Manager for OS X
- Host: GitHub
- URL: https://github.com/lanayotech/vagrant-manager
- Owner: lanayotech
- License: mit
- Created: 2014-04-14T01:36:21.000Z (over 10 years ago)
- Default Branch: develop
- Last Pushed: 2020-05-31T13:19:46.000Z (over 4 years ago)
- Last Synced: 2024-10-01T16:23:49.339Z (about 1 month ago)
- Language: Objective-C
- Homepage: vagrantmanager.com
- Size: 2.32 MB
- Stars: 1,864
- Watchers: 61
- Forks: 84
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- open-source-mac-os-apps - Vagrant Manager - Manage your vagrant machines in one place with Vagrant Manager for macOS. ![objective_c_icon] (Applications / Other)
- open-source-mac-os-apps - Vagrant Manager - Manage your vagrant machines in one place with Vagrant Manager for macOS. ![objective_c_icon] (Applications / Other)
README
Looking for the Windows version? Check out [Vagrant Manager for Windows](https://github.com/lanayotech/vagrant-manager-windows)
# Vagrant Manager for OS X
Vagrant Manager is an OS X 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/![demo.gif](http://vagrantmanager.com/demo.gif)
## Downloads
Download Vagrant Manager from the [GitHub Releases Page](https://github.com/lanayotech/vagrant-manager/releases)## Installation Notes
* Vagrant Manager can automatically detect most machines, undetected machines will require manual configuration via bookmarks.
* Make sure that you have VirtualBox and Vagrant installed, and the `VBoxManage` and `vagrant` commands are in your path so that Vagrant Manager can execute them. If you use Parallels, ensure the `prlctl` command is also in your path.
* 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 a bookmark and specify the path to your Vagrantfile.
* Vagrant Manager requires OS X 10.8 Mountain Lion or higher## Building DMG
* Use [appdmg](https://github.com/LinusU/node-appdmg) to build the distribution DMG.
* Put the `Vagrant Manager.app` file in the `dmg` foler
* Run `appdmg dmg/appdmg.json `## 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](https://help.github.com/articles/fork-a-repo)
* [Helpful article about pull requests](https://help.github.com/articles/using-pull-requests)