فهرست منبع

Update Development-guide.md

Eugen Rochko 7 سال پیش
والد
کامیت
f4e6c29a53
1فایلهای تغییر یافته به همراه1 افزوده شده و 5 حذف شده
  1. 1 5
      Running-Mastodon/Development-guide.md

+ 1 - 5
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