https://github.com/pseudomuto/vagrant-pseudomuto
A gem to help manage my custom vagrant boxes
https://github.com/pseudomuto/vagrant-pseudomuto
Last synced: about 1 year ago
JSON representation
A gem to help manage my custom vagrant boxes
- Host: GitHub
- URL: https://github.com/pseudomuto/vagrant-pseudomuto
- Owner: pseudomuto
- License: mit
- Created: 2014-01-20T00:09:26.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-27T16:24:33.000Z (over 11 years ago)
- Last Synced: 2025-01-30T14:52:35.469Z (over 1 year ago)
- Language: Ruby
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vagrant::Pseudomuto
[](https://travis-ci.org/pseudomuto/vagrant-pseudomuto)
This is my custom vagrant plugin for managing guest machine setup.
Since this is mostly just for my custom setup, and likely only useful to others as a reference, I won't be publishing this gem to rubygems.
## Usage
If this is the first time you're using this, run `script/setup`. This script will add your SSH key (_~/.ssh/id_rsa) to the authentication agent and source `script/bootstrap`.
_script/bootstrap runs `bundle install --without test`...weird I know, but it's a vagrant thing. You ca run this anytime without causing any issues.