We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Perform a multi-user installation for RVM. curl -L https://get.rvm.io | sudo bash -s stable
curl -L https://get.rvm.io | sudo bash -s stable
Install ruby 1.9.3. rvm install ruby-1.9.3
rvm install ruby-1.9.3
Install Berkshelf. gem install berkshelf --no-rdoc --no-ri
gem install berkshelf --no-rdoc --no-ri
Install Chef 11.10.4. gem install chef --version 11.10.4 --no-rdoc --no-ri --conservative
gem install chef --version 11.10.4 --no-rdoc --no-ri --conservative
Install Git. sudo apt-get install git
sudo apt-get install git
Download the Chef repository. git clone https://github.com/ROGUE-JCTD/rogue-chef-repo.git
git clone https://github.com/ROGUE-JCTD/rogue-chef-repo.git
cd into rogue-chef-repo
Install the cookbooks berks install --path cookbooks
berks install --path cookbooks