From 96109a930d060a814f34eba16048abb72ad1efc2 Mon Sep 17 00:00:00 2001 From: Bigard Florian Date: Wed, 26 Apr 2017 22:48:37 +0200 Subject: [PATCH] add yarn --- Debian-Jessie-production-installation-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.25.1