Add redis version note

pull/5665/head
Chocobozzz 2023-02-28 11:45:57 +01:00
parent 1bc7aaf47f
commit 393f9d396c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,7 @@
* Drop support of Safari 11 on iOS
* Drop support of Safari 11 on desktop
* Drop support of Firefox 68 on desktop
* Minimum recommended Redis version is 6.2
### Maintenance

View File

@ -7,7 +7,7 @@ Main dependencies version supported by PeerTube:
* `node` >=14.x
* `yarn` >=1.x
* `postgres` >=10.x
* `redis-server` >=5.x
* `redis-server` >=6.x
* `ffmpeg` >=4.3
@ -71,7 +71,7 @@ sudo apt update
sudo apt install certbot nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git cron wget
ffmpeg -version # Should be >= 4.1
g++ -v # Should be >= 5.x
redis-server --version # Should be >= 5.x
redis-server --version # Should be >= 6.x
```
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.
sudo dnf install nginx ffmpeg postgresql-server postgresql-contrib openssl gcc-c++ make redis git vim
ffmpeg -version # Should be >= 4.1
g++ -v # Should be >= 5.x
redis-server --version # Should be >= 5.x
redis-server --version # Should be >= 6.x
```
8. Configure nginx