From: Chocobozzz Date: Tue, 9 Jan 2018 14:43:25 +0000 (+0100) Subject: Updated Debian Jessie production installation guide (markdown) X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3ffd2f656db0ce13162c6475c2166c4b31c96040;p=oweals%2Fpeertube.wiki.git Updated Debian Jessie production installation guide (markdown) --- diff --git a/Debian-Jessie-production-installation-guide.md b/Debian-Jessie-production-installation-guide.md index 25bea65..9e93992 100644 --- a/Debian-Jessie-production-installation-guide.md +++ b/Debian-Jessie-production-installation-guide.md @@ -8,7 +8,7 @@ We need to install dependencies: echo "deb http://ftp.debian.org/debian jessie-backports main" | sudo tee /etc/apt/sources.list.d/jessie-backports.list sudo apt-get update sudo apt-get dist-upgrade - curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - + curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - sudo apt-get install -y nodejs ffmpeg postgresql-9.4 openssl nginx yarn g++ make # Database