aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorbsky <git@bsky.moe>2018-07-28 17:29:37 +0900
committerRigel Kent <par@rigelk.eu>2018-07-28 13:18:46 +0200
commit469b29087bd8f98d87a32b87dacb346b6bf61db1 (patch)
tree8a81358ee962d71f29faa90fe1a6221ddc20dee8
parent7a93e28110b89bea658e4919038505c4b44de2b6 (diff)
downloadPeerTube-469b29087bd8f98d87a32b87dacb346b6bf61db1.tar.gz
PeerTube-469b29087bd8f98d87a32b87dacb346b6bf61db1.tar.zst
PeerTube-469b29087bd8f98d87a32b87dacb346b6bf61db1.zip
Add postgresql-contrib to dependencies.md
-rw-r--r--support/doc/dependencies.md4
1 files changed, 2 insertions, 2 deletions
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 @@
19 19
20``` 20```
21$ sudo apt update 21$ sudo apt update
22$ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server git 22$ sudo apt install nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git
23$ ffmpeg -version # Should be >= 3.x 23$ ffmpeg -version # Should be >= 3.x
24$ g++ -v # Should be >= 5.x 24$ g++ -v # Should be >= 5.x
25``` 25```
@@ -54,7 +54,7 @@ $ sudo pacman -S nodejs yarn ffmpeg postgresql openssl redis git wget unzip pyth
54$ sudo yum update 54$ sudo yum update
55$ sudo yum install epel-release centos-release-scl 55$ sudo yum install epel-release centos-release-scl
56$ sudo yum update 56$ sudo yum update
57$ sudo yum install nginx postgresql postgresql-server openssl gcc-c++ make redis git devtoolset-7 57$ sudo yum install nginx postgresql postgresql-server postgresql-contrib openssl gcc-c++ make redis git devtoolset-7
58``` 58```
59 59
60 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. 60 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.