From e90b3329e3526b854331c20f5431c9abb10a464c Mon Sep 17 00:00:00 2001 From: homayk228 <43516026+SouceCalve@users.noreply.github.com> Date: Sun, 3 Nov 2024 17:56:41 +0700 Subject: [PATCH] [UPD] Updated production.md Updated production guide to adapt new updates on linux servers(specifically ubuntu) --- support/doc/production.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/support/doc/production.md b/support/doc/production.md index 752157ced..541b80cf3 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -91,11 +91,11 @@ sudo -u peertube unzip -q peertube-${VERSION}.zip && sudo -u peertube rm peertub Install Peertube: - +**Under root only** ```bash cd /var/www/peertube -sudo -u peertube ln -s versions/peertube-${VERSION} ./peertube-latest -cd ./peertube-latest && sudo -H -u peertube yarn install --production --pure-lockfile +sudo -u peertube ln -s versions/peertube-${VERSION}/ peertube-latest +cd peertube-latest && sudo -H -u peertube yarn install --production --pure-lockfile ``` ### :wrench: PeerTube configuration