]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add info about running redis server
authorJelle Besseling <jelle@pingiun.com>
Sat, 17 Sep 2022 11:19:36 +0000 (13:19 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 19 Sep 2022 06:53:37 +0000 (08:53 +0200)
.github/CONTRIBUTING.md

index b95ca367e651bb9f18a525b817501dad606411ef..75557865e6fce920b3aac049e7af3abaa2acabb4 100644 (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