diff options
author | Jelle Besseling <jelle@pingiun.com> | 2022-09-17 13:19:36 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2022-09-19 08:53:37 +0200 |
commit | d342d752b363d7bf0e4bb0682452081655943e02 (patch) | |
tree | 404bc3fb0bb858f637c9cfac45ad66faccd8c89a | |
parent | e0bfb72ce07c7b3c4dc0cce4188adc45a07464ac (diff) | |
download | PeerTube-d342d752b363d7bf0e4bb0682452081655943e02.tar.gz PeerTube-d342d752b363d7bf0e4bb0682452081655943e02.tar.zst PeerTube-d342d752b363d7bf0e4bb0682452081655943e02.zip |
Add info about running redis server
-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 |