aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorJelle Besseling <jelle@pingiun.com>2022-09-17 13:19:36 +0200
committerChocobozzz <chocobozzz@cpy.re>2022-09-19 08:53:37 +0200
commitd342d752b363d7bf0e4bb0682452081655943e02 (patch)
tree404bc3fb0bb858f637c9cfac45ad66faccd8c89a /.github
parente0bfb72ce07c7b3c4dc0cce4188adc45a07464ac (diff)
downloadPeerTube-d342d752b363d7bf0e4bb0682452081655943e02.tar.gz
PeerTube-d342d752b363d7bf0e4bb0682452081655943e02.tar.zst
PeerTube-d342d752b363d7bf0e4bb0682452081655943e02.zip
Add info about running redis server
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