]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/dependencies.md
Add gitlab ci support
[github/Chocobozzz/PeerTube.git] / support / doc / dependencies.md
index 1b27abaa757286731cd9932b385d9a0f2569e2f4..e6efa1148e60b0f1556097421714f7961405c6a0 100644 (file)
@@ -230,13 +230,21 @@ dev-vcs/git
 app-arch/unzip
 dev-lang/python:2.7
 www-servers/nginx
-media-libs/vips[jpeg,png,exif]
 
 # Optionnal, client for Let’s Encrypt:
 # app-crypt/certbot
 # app-crypt/certbot-nginx
 ```
 
+* If you are on a "stable" Gentoo you need to accept the testing keyword ~amd64 yarn:
+```
+mkdir -p /etc/portage/package.keywords
+cat << EOF >> /etc/portage/package.keywords/peertube
+# required by yarn (argument) for PeerTube
+sys-apps/yarn ~amd64
+EOF
+```
+
 * Compile the peertube set:
 ```
 emerge -a @peertube
@@ -250,9 +258,9 @@ emerge --config postgresql
 * (For OpenRC) Enable and then start the services (replace with the correct PostgreSQL slot):
 ```
 rc-update add redis
-rc-update add postgresql-10
+rc-update add postgresql-11
 rc-service redis start
-rc-service postgresql-10 start
+rc-service postgresql-11 start
 ```
    
 ## Other distributions