X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=support%2Fdoc%2Fdependencies.md;h=35812aa8bdc11046764bf408735ae2ff621c9a93;hb=b8e4ee8dedf9c16ba270b115a2deb3391ac9889d;hp=f759eb9c39225a9cb4d49c125175db5b2c0047de;hpb=d4557fd3ecc8d4ed4fb0e5c868929bc36c959ed2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index f759eb9c3..35812aa8b 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md @@ -19,7 +19,7 @@ ``` $ sudo apt update -$ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server git +$ sudo apt install nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git $ ffmpeg -version # Should be >= 3.x $ g++ -v # Should be >= 5.x ``` @@ -54,7 +54,7 @@ $ sudo pacman -S nodejs yarn ffmpeg postgresql openssl redis git wget unzip pyth $ sudo yum update $ sudo yum install epel-release centos-release-scl $ sudo yum update -$ sudo yum install nginx postgresql postgresql-server openssl gcc-c++ make redis git devtoolset-7 +$ sudo yum install nginx postgresql postgresql-server postgresql-contrib openssl gcc-c++ make redis git devtoolset-7 ``` 5. You need to use a more up to date version of G++ in order to run the yarn install command, hence the installation of devtoolset-7. @@ -76,7 +76,7 @@ On a fresh install of [FreeBSD](https://www.freebsd.org), new system or new jail ``` # pkg # pkg update -# pkg install -y sudo bash wget git python nginx pkgconf vips postgresql96-server redis openssl node npm yarn ffmpeg unzip +# pkg install -y sudo bash wget git python nginx pkgconf vips postgresql96-server postgresql96-contrib redis openssl node npm yarn ffmpeg unzip ``` 2. Allow users in the wheel group (hope you don't forgot to add your user on wheel group!) to use sudo