Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 643 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 643 Bytes

Vagrant Librarian-Chef Basic Setup

Overview

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.

Notes

  • 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.

References