Bootstrap recipe for Centos

This commit is contained in:
root 2010-10-24 06:51:13 +00:00
parent c7b9ecb20c
commit cd913887d8
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1 @@
{"recipes": ["bootstrap::default" ] }

View file

@ -0,0 +1,6 @@
execute "bundler deps" do
command "yum install -y cpio"
end
execute "nokogiri deps" do
command "yum install -y libxml2-devel libxslt-devel"
end