Skip to content

Installing ROGUE Chef dependencies without Vagrant.

Tyler Garner edited this page Apr 8, 2014 · 6 revisions
  1. Perform a multi-user installation for RVM. curl -L https://get.rvm.io | sudo bash -s stable

  2. Install ruby 1.9.3. rvm install ruby-1.9.3

  3. Install Berkshelf. gem install berkshelf --no-rdoc --no-ri

  4. Install Chef 11.10.4. gem install chef --version 11.10.4 --no-rdoc --no-ri --conservative

  5. Install Git. sudo apt-get install git

  6. Download the Chef repository. git clone https://github.com/ROGUE-JCTD/rogue-chef-repo.git

  7. cd into rogue-chef-repo

  8. Install the cookbooks berks install --path cookbooks

Clone this wiki locally