diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-28 11:45:57 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-28 11:45:57 +0100 |
commit | 393f9d396cdbe39e50856859a44f3996a2bc76f9 (patch) | |
tree | a9adfb71d9a2dbbb5ceef0310bedc4d8870adebb /support/doc | |
parent | 1bc7aaf47f25ef32be155330369fd7a5576b58d5 (diff) | |
download | PeerTube-393f9d396cdbe39e50856859a44f3996a2bc76f9.tar.gz PeerTube-393f9d396cdbe39e50856859a44f3996a2bc76f9.tar.zst PeerTube-393f9d396cdbe39e50856859a44f3996a2bc76f9.zip |
Add redis version note
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/dependencies.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 680f9c7d9..40a310358 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -7,7 +7,7 @@ Main dependencies version supported by PeerTube: | |||
7 | * `node` >=14.x | 7 | * `node` >=14.x |
8 | * `yarn` >=1.x | 8 | * `yarn` >=1.x |
9 | * `postgres` >=10.x | 9 | * `postgres` >=10.x |
10 | * `redis-server` >=5.x | 10 | * `redis-server` >=6.x |
11 | * `ffmpeg` >=4.3 | 11 | * `ffmpeg` >=4.3 |
12 | 12 | ||
13 | 13 | ||
@@ -71,7 +71,7 @@ sudo apt update | |||
71 | sudo apt install certbot nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git cron wget | 71 | sudo apt install certbot nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git cron wget |
72 | ffmpeg -version # Should be >= 4.1 | 72 | ffmpeg -version # Should be >= 4.1 |
73 | g++ -v # Should be >= 5.x | 73 | g++ -v # Should be >= 5.x |
74 | redis-server --version # Should be >= 5.x | 74 | redis-server --version # Should be >= 6.x |
75 | ``` | 75 | ``` |
76 | 76 | ||
77 | Now that dependencies are installed, before running PeerTube you should start PostgreSQL and Redis: | 77 | Now that dependencies are installed, before running PeerTube you should start PostgreSQL and Redis: |
@@ -271,7 +271,7 @@ This is necessary because `ffmpeg` is not in the Fedora repos. | |||
271 | sudo dnf install nginx ffmpeg postgresql-server postgresql-contrib openssl gcc-c++ make redis git vim | 271 | sudo dnf install nginx ffmpeg postgresql-server postgresql-contrib openssl gcc-c++ make redis git vim |
272 | ffmpeg -version # Should be >= 4.1 | 272 | ffmpeg -version # Should be >= 4.1 |
273 | g++ -v # Should be >= 5.x | 273 | g++ -v # Should be >= 5.x |
274 | redis-server --version # Should be >= 5.x | 274 | redis-server --version # Should be >= 6.x |
275 | ``` | 275 | ``` |
276 | 276 | ||
277 | 8. Configure nginx | 277 | 8. Configure nginx |