From f4e6c29a534ea5275a6a9f498a1edebfd028c787 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 22 May 2017 04:21:32 +0200 Subject: [PATCH] Update Development-guide.md --- Running-Mastodon/Development-guide.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Running-Mastodon/Development-guide.md b/Running-Mastodon/Development-guide.md index 22159df..b91b4a6 100644 --- a/Running-Mastodon/Development-guide.md +++ b/Running-Mastodon/Development-guide.md @@ -6,15 +6,11 @@ Development guide In fact, all you need is described in the [production guide](Production-guide.md), **with the following exceptions**. You **don't** need: - Nginx -- SystemD +- Systemd - An `.env.production` file. If you need to set any environment variables, you can use an `.env` file - 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 - The command to install Ruby project dependencies is the following: bundle install