From: bsky Date: Sat, 28 Jul 2018 08:29:37 +0000 (+0900) Subject: Add postgresql-contrib to dependencies.md X-Git-Tag: v1.0.0-beta.10.pre.3~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=469b29087bd8f98d87a32b87dacb346b6bf61db1;p=oweals%2Fpeertube.git Add postgresql-contrib to dependencies.md --- diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index f759eb9c3..c551b669d 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.