### Development To work on the `vagrant-guests-solaris11` plugin, clone [this repository out](https://github.com/janth/vagrant-guests-solaris11), and use [Bundler](http://gembundler.com) to get the dependencies: ```bash bundle ``` Once you have the dependencies, verify the unit tests pass with `rake`: ```bash bundle exec rake ``` Other rake commands: ```bash bundle exec rake --tasks bundle exec rake --trace build bundle exec rake --trace install bundle exec rake --trace release ``` If those pass, you're ready to start developing the plugin. You can test the plugin without installing it into your Vagrant environment by just creating a `Vagrantfile` in the top level of this directory (it is gitignored) and add the following line to your `Vagrantfile` ```ruby Vagrant.require_plugin "vagrant-guests-solaris11" ``` Use bundler to execute Vagrant: ```bash bundle exec vagrant up ``` ### Cleanup ```bash bundle exec rake clobber ``` ### Similar projects * [vagrant-guests-openbsd](https://github.com/nabeken/vagrant-guests-openbsd.git) ### Fork Fork me on GitHub Fork me on GitHub