]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/foundation/recipes/owg.rb
Merge pull request #308 from Firefishy/more-404-tiles
[chef.git] / cookbooks / foundation / recipes / owg.rb
index 47a835e9a36840d520b713a5deb2c008467f38dc..dc1f359eb749457fd30acb4332cf66a71be727a8 100644 (file)
@@ -21,9 +21,14 @@ include_recipe "apache"
 include_recipe "git"
 
 package %w[
+  gcc
+  g++
+  make
   ruby
   ruby-dev
+  libssl-dev
   zlib1g-dev
+  pkg-config
 ]
 
 gem_package "bundler" do
@@ -32,7 +37,7 @@ end
 
 git "/srv/operations.osmfoundation.org" do
   action :sync
-  repository "git://github.com/openstreetmap/owg-website.git"
+  repository "https://github.com/openstreetmap/owg-website.git"
   depth 1
   user "root"
   group "root"