Browse Source

Add info about running redis server

Jelle Besseling 1 year ago
parent
commit
d342d752b3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/CONTRIBUTING.md

+ 3 - 0
.github/CONTRIBUTING.md

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