2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-04 08:47:37 +08:00

add Chef recipe for ImageMagick

This commit is contained in:
Kai Schaper 2014-05-28 14:59:06 +02:00
parent 1a31eb1d97
commit 575f9635f3
8 changed files with 193 additions and 0 deletions

1
Vagrantfile vendored
View file

@ -44,6 +44,7 @@ Vagrant.configure("2") do |config|
chef.add_recipe "recipe[build-essential]"
chef.add_recipe "recipe[vim]"
chef.add_recipe "recipe[java]"
chef.add_recipe "recipe[imagemagick]"
chef.add_recipe "discourse"
end
end