0.0
No commit activity in last 3 years
No release in over 3 years
Vagrant kaigara provision
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.0
~> 3.0
 Project Readme

Vagrant::Kaigara

Build Status Gem Version

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:

  1. Delete your current vagrant-kaigara plugin
$ vagrant plugin uninstall vagrant-kaigara
  1. Build a gem from sources
$ gem build vagrant-kaigara.gemspec
  1. 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.