mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 00:38:03 -06:00
Add redis version note
This commit is contained in:
parent
1bc7aaf47f
commit
393f9d396c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user