add yarn
authorBigard Florian <florian.bigard@gmail.com>
Wed, 26 Apr 2017 20:48:37 +0000 (22:48 +0200)
committerBigard Florian <florian.bigard@gmail.com>
Wed, 26 Apr 2017 20:48:37 +0000 (22:48 +0200)
Debian-Jessie-production-installation-guide.md

index 1fd16b7a848376b3ee00456935dd3e847cdbadd9..71789ae495256563231d92be3e11a13140718479 100644 (file)
@@ -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