Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/chiminey/chiminey
Browse files Browse the repository at this point in the history
  • Loading branch information
ianedwardthomas committed Dec 19, 2014
2 parents ec6f70d + 6608a36 commit 8f22857
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,20 @@ On the created VM::
curl -O http://production.cf.rubygems.org/rubygems/rubygems-1.8.10.tgz
tar zxf rubygems-1.8.10.tgz
cd rubygems-1.8.10

# install ruby 1.9.3 as centos 6.5 has only 1.8 which is no good for chef
# http://tecadmin.net/install-ruby-1-9-3-or-multiple-ruby-verson-on-centos-6-3-using-rvm/
yum update
yum install gcc-c++ patch readline readline-devel zlib zlib-devel
yum install libyaml-devel libffi-devel openssl-devel make
yum install bzip2 autoconf automake libtool bison iconv-devel
yum remove libyaml-0.1.6
cd /tmp
curl -L get.rvm.io | bash -s stable
source /etc/profile.d/rvm.sh
rvm install 1.9.3

#install chef
ruby setup.rb --no-format-executable
gem install chef --no-ri --no-rdoc -v 11.10.4

Expand Down

0 comments on commit 8f22857

Please sign in to comment.