Explorar o código

Update Development-guide.md

Eugen Rochko %!s(int64=7) %!d(string=hai) anos
pai
achega
f4e6c29a53
Modificáronse 1 ficheiros con 1 adicións e 5 borrados
  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:
 In fact, all you need is described in the [production guide](Production-guide.md), **with the following exceptions**. You **don't** need:
 
 
 - Nginx
 - Nginx
-- SystemD
+- Systemd
 - An `.env.production` file. If you need to set any environment variables, you can use an `.env` file
 - 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
 - To prefix any commands with `RAILS_ENV=production` since the default environment is "development" anyway
 - Any cronjobs
 - 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:
 The command to install Ruby project dependencies is the following:
 
 
     bundle install
     bundle install