Updated puppet/README.CentOS
Latest rails seems to be broken with storeconfigs and sqlite, causing constant "database is locked" errors. Use 2.3 instead.
This commit is contained in:
parent
548ff0d81b
commit
d0102b4854
1 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,5 @@ Installing the required gems on CentOS 6:
|
||||||
|
|
||||||
yum install ruby ruby-devel rubygems sqlite sqlite-devel
|
yum install ruby ruby-devel rubygems sqlite sqlite-devel
|
||||||
gem install --no-rdoc --no-ri rubygems-update && update_rubygems
|
gem install --no-rdoc --no-ri rubygems-update && update_rubygems
|
||||||
gem install --no-rdoc --no-ri mongrel rails sqlite3
|
gem install --no-rdoc --no-ri mongrel sqlite3
|
||||||
|
gem install --no-rdoc --no-ri rails -v 2.3.14
|
||||||
|
|
Loading…
Add table
Reference in a new issue