diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
116 | $ sudo -u postgres psql -c "CREATE EXTENSION unaccent;" peertube_dev | 116 | $ sudo -u postgres psql -c "CREATE EXTENSION unaccent;" peertube_dev |
117 | ``` | 117 | ``` |
118 | 118 | ||
119 | Peertube also requires a running redis server, no special setup is needed for | ||
120 | this. | ||
121 | |||
119 | In dev mode, administrator username is **root** and password is **test**. | 122 | In dev mode, administrator username is **root** and password is **test**. |
120 | 123 | ||
121 | ### Online development | 124 | ### Online development |