aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md3
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
119Peertube also requires a running redis server, no special setup is needed for
120this.
121
119In dev mode, administrator username is **root** and password is **test**. 122In dev mode, administrator username is **root** and password is **test**.
120 123
121### Online development 124### Online development