From 31a159d456a245efe1514b29a6694aa9fb115eb4 Mon Sep 17 00:00:00 2001 From: koyu Date: Sat, 17 Oct 2020 15:33:34 +0200 Subject: [PATCH] Add pre-requisites instructions for dev setup (#821) --- content/en/dev/setup.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/dev/setup.md b/content/en/dev/setup.md index 4dfa8305..b29b3ce2 100644 --- a/content/en/dev/setup.md +++ b/content/en/dev/setup.md @@ -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`.