This is a basic setup for Librarian-Chef with Vagrant. It can be used as an example of howto get a basic Rails/Rvm development environment setup with Vagrant.
- Vagrant is used to manage the virtual machine for the project.
- Chef is used as a way to manage the configuration of the Vagrant virtual machine
- Librarian-Chef is used to manage the complexities of the Chef cookbooks.
- Chef resources - Some resources on how to use Chef.
- Vagrant Chef Howto - This was used as a reference to build out this project.