Set up new Mastodon VM, fix/improve Chef recipes #284

Merged
greg merged 8 commits from chore/move_mastodon_to_vm into master 2021-01-14 15:17:20 +00:00
Showing only changes of commit 4d0259493f - Show all commits

View File

@ -42,8 +42,9 @@ user mastodon_user do
home mastodon_path
end
package %w(imagemagick ffmpeg libxml2-dev libxslt1-dev file git curl pkg-config
libprotobuf-dev protobuf-compiler libidn11 libidn11-dev libjemalloc1)
package %w(build-essential imagemagick ffmpeg libxml2-dev libxslt1-dev file git
curl pkg-config libprotobuf-dev protobuf-compiler libidn11
libidn11-dev libjemalloc2 libpq-dev)
npm_package "yarn" do
version "1.22.4"