]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/dependencies.md
Add redis version note
[github/Chocobozzz/PeerTube.git] / support / doc / dependencies.md
index 1973eaae300309e1d140f503069e08e27e73d401..40a310358798fd68a4ec61bd8006f537df49f928 100644 (file)
@@ -2,15 +2,13 @@
 
 :warning: **Warning**: dependencies guide is maintained by the community. Some parts may be outdated! :warning:
 
-Follow the below guides, and check their versions match [required external dependencies versions](https://github.com/Chocobozzz/PeerTube/blob/master/engines.yaml).
-
 Main dependencies version supported by PeerTube:
 
  * `node` >=14.x
  * `yarn` >=1.x
  * `postgres` >=10.x
- * `redis-server` >=5.x
- * `ffmpeg` >=4.1
+ * `redis-server` >=6.x
+ * `ffmpeg` >=4.3
 
 
 _note_: only **LTS** versions of external dependencies are supported. If no LTS version matching the version constraint is available, only **release** versions are supported.
@@ -41,7 +39,7 @@ _note_: only **LTS** versions of external dependencies are supported. If no LTS
 # apt-get install curl sudo unzip vim
 ```
 
-2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access
+2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access. You can see a guide for how to do this in Debian/Ubuntu [here](https://www.digitalocean.com/community/tutorials/how-to-add-and-delete-users-on-ubuntu-20-04).
 
 3. Install NodeJS 16.x:
 [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions)
@@ -73,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:
@@ -273,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