mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
Bootstrap recipe for Centos
This commit is contained in:
1
chef/cookbooks/bootstrap/bootstrap.json
Normal file
1
chef/cookbooks/bootstrap/bootstrap.json
Normal file
@@ -0,0 +1 @@
|
||||
{"recipes": ["bootstrap::default" ] }
|
||||
6
chef/cookbooks/bootstrap/recipes/default.rb
Normal file
6
chef/cookbooks/bootstrap/recipes/default.rb
Normal 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
|
||||
Reference in New Issue
Block a user