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:
parent
1a31eb1d97
commit
575f9635f3
8 changed files with 193 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue