Installs Janus from github using the bootstrap method. Currently only for Ubuntu console.
The following platforms have been test with this cookbook:
- ubuntu (10.04/12.04)
default['janus']['packages']
- list of packages to installdefault['janus']['users']
- list of usersdefault['janus']['home_dir']
- home directory location
Development with VM requires Vagrant and VirtualBox.
Current versions used in development:
- Vagrant v1.5.3
- Vagrant-Berkshelf Plugin v2.0.1
- Vagrant-Omnibus v1.4.1
To run Spec tests:
bundle exec rpsec spec
- Fork it from the GitHub Repo
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request