From: Bigard Florian Date: Wed, 26 Apr 2017 20:48:37 +0000 (+0200) Subject: add yarn X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=96109a930d060a814f34eba16048abb72ad1efc2;p=oweals%2Fpeertube.wiki.git add yarn --- diff --git a/Debian-Jessie-production-installation-guide.md b/Debian-Jessie-production-installation-guide.md index 1fd16b7..71789ae 100644 --- a/Debian-Jessie-production-installation-guide.md +++ b/Debian-Jessie-production-installation-guide.md @@ -3,11 +3,13 @@ Credit: https://github.com/Chocobozzz/PeerTube/issues/33 # Dependencies We need to install dependencies: + # curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - + # echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list # echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/sources.list # apt-get update # apt-get upgrade -y # curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - - # apt-get install -y nodejs ffmpeg postgresql-9.4 openssl nginx + # apt-get install -y nodejs ffmpeg postgresql-9.4 openssl nginx yarn # npm install -g npm@3 # Database