https://github.com/sous-chefs/rvm
Development repository for the rvm cookbook
https://github.com/sous-chefs/rvm
chef chef-cookbook chef-resource hacktoberfest managed-by-terraform rvm
Last synced: 5 months ago
JSON representation
Development repository for the rvm cookbook
- Host: GitHub
- URL: https://github.com/sous-chefs/rvm
- Owner: sous-chefs
- License: apache-2.0
- Created: 2010-10-13T04:43:25.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2026-01-27T23:21:09.000Z (5 months ago)
- Last Synced: 2026-01-28T02:49:09.858Z (5 months ago)
- Topics: chef, chef-cookbook, chef-resource, hacktoberfest, managed-by-terraform, rvm
- Language: Ruby
- Homepage: https://supermarket.chef.io/cookbooks/rvm
- Size: 710 KB
- Stars: 514
- Watchers: 21
- Forks: 369
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# RVM Cookbook
[](https://supermarket.chef.io/cookbooks/rvm)
[](backers)
[](sponsors)
[](https://opensource.org/licenses/Apache-2.0)
Manages system-wide and per-user [RVM][rvm]s and manages installed Rubies.
## Requirements
- Chef 15.3+
### Platforms
- Debian, Ubuntu
- CentOS, RedHat, Fedora, Scientific, Amazon
### Platform Notes
## Installation
Depending on the situation and use case there are several ways to install
this cookbook. All the methods listed below assume a tagged version release
is the target, but omit the tags to get the head of development. A valid
Chef repository structure like the [Opscode repo][chef_repo] is also assumed.
## Resources
- [rvm_system_install](documentation/rvm_system_install.md)
- [rvm_user_install](documentation/rvm_user_install.md)
- [rvm_ruby](documentation/rvm_ruby.md)
- [rvm_gem](documentation/rvm_gem.md)
- [rvm_gemset](documentation/rvm_gem_set.md)
- [rvm_alias](documentation/rvm_alias.md)
- [rvm_wrapper](documentation/rvm_wrapper.md)
## Contributing
See the CONTRIBUTING.md file