From d342d752b363d7bf0e4bb0682452081655943e02 Mon Sep 17 00:00:00 2001 From: Jelle Besseling Date: Sat, 17 Sep 2022 13:19:36 +0200 Subject: [PATCH] Add info about running redis server --- .github/CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index b95ca367e..75557865e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -116,6 +116,9 @@ $ sudo -u postgres psql -c "CREATE EXTENSION pg_trgm;" peertube_dev $ sudo -u postgres psql -c "CREATE EXTENSION unaccent;" peertube_dev ``` +Peertube also requires a running redis server, no special setup is needed for +this. + In dev mode, administrator username is **root** and password is **test**. ### Online development