Updated Contribution guide (markdown)

master
Eugen 2017-01-04 23:52:02 +01:00
parent bd8b7c9a65
commit d79e4e6c6a
1 changed files with 1 additions and 1 deletions

@ -1,6 +1,6 @@
**Don't use Docker to do development**. It's a quick way to get Mastodon running in production, it's **really really inconvenient for development**. Normally in Rails development environment you get hot reloading of backend code and on-the-fly compilation of assets like JS and CSS, but you lose those benefits by compiling a Docker image. If you want to contribute to Mastodon, it is worth it to simply set up a proper development environment.
In fact, all you need is described in the production guide, **with the following exceptions**. You **don't** need:
In fact, all you need is described in the [production guide](https://github.com/Gargron/mastodon/wiki/Production-guide), **with the following exceptions**. You **don't** need:
- Nginx
- SystemD