From 3f4db4fe314a9875920d0e4e7fd14538a9ed4fdd Mon Sep 17 00:00:00 2001 From: Ira Date: Sat, 13 May 2017 18:11:55 +0300 Subject: [PATCH] Packages that were needed in my dev env Packages that were needed in my dev env --- Running-Mastodon/Development-guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Running-Mastodon/Development-guide.md b/Running-Mastodon/Development-guide.md index 4b2431e..a333769 100644 --- a/Running-Mastodon/Development-guide.md +++ b/Running-Mastodon/Development-guide.md @@ -11,6 +11,10 @@ In fact, all you need is described in the [production guide](Production-guide.md - To prefix any commands with `RAILS_ENV=production` since the default environment is "development" anyway - Any cronjobs +Ubuntu dependencies for a development environment (bundler will fail if these are not installed in advance) + + sudo apt-get install libpq-dev libssl-dev libprotobuf-dev protobuf-compiler ; sudo gem update --no-ri --no-rdoc + The command to install Ruby project dependencies is the following: bundle install --with development