Add pre-requisites instructions for dev setup (#821)

This commit is contained in:
koyu 2020-10-17 15:33:34 +02:00 committed by GitHub
parent 074aafcc64
commit 31a159d456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ menu:
This page is under construction.
{{< /hint >}}
### Pre-requisites {#prerequisites}
You can follow the [pre-requisites instructions from the production guide](https://docs.joinmastodon.org/admin/install/), but do not create a `mastodon` user. You also don't have to install `nginx`, `certbot` and `python-certbot-nginx` as the development environment brings its own webserver. Setting up and running a development environment has been proven successful over WSL2 as well if you are on Windows.
### Setup {#setup}
Run following commands in the project directory `bundle install`, `yarn install`.