Add info about running redis server

This commit is contained in:
Jelle Besseling 2022-09-17 13:19:36 +02:00 committed by Chocobozzz
parent e0bfb72ce0
commit d342d752b3

View file

@ -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