Vagrant::Kaigara
This is a gem for provisioning vagrant with kaigara
Installation
You can install with plugin with vagrant cli:
$ vagrant plugin install vagrant-kaigara
Usage
You should have kaigara installed on host machine.
Add this to your Vagrantfile:
config.vm.provision :kaigara
Then run vagrant provision
.
Contributing
If you want to test the plugin in source folder, execute every vargant command starting with bundle exec:
$ bundle exec vagrant up --provision
If you want to test any changes with your projects:
- Delete your current vagrant-kaigara plugin
$ vagrant plugin uninstall vagrant-kaigara
- Build a gem from sources
$ gem build vagrant-kaigara.gemspec
- Install new gem
$ vagrant plugin install vagrant-kaigara-{version}.gem
Bug reports and pull requests are welcome on GitHub at https://github.com/helios-technologies/vagrant-kaigara.
License
The gem is available as open source under the terms of the MIT License.