Installs RubyMine and necessary packages.
Should work on any Debian-family Linux distribution.
java
- Rubymine requires the Sun Java SDK.
default['rubymine']['version']
- the version number to installdefault['rubymine']['checksum']
- the checksum of the tarball to installdefault['rubymine']['user']
- the user for which to install rubymine
Just include chef-rubymine
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[chef-rubymine]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Olivier Brisse