From 749795f5b0a04dca526b93f2944a1c49dfe28d8e Mon Sep 17 00:00:00 2001 From: Samuel Vermeulen <43654922+samvermeulenpro@users.noreply.github.com> Date: Thu, 11 Oct 2018 18:54:58 +0200 Subject: [PATCH] Fix syntaxe --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e58aa07..4903cbc 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ You will have to run few **commands in the terminal to run Peertube**. **Nodejs* $ cd /var/www/peertube && yarn install --production --pure-lockfile 1. Give proper **permissions** to peertube - $ chwon -R peertube:peertube /var/www/peertube + $ chown -R peertube:peertube /var/www/peertube 1. **Restart peertube** and check if there is any error message. - $ service peertube restart - $ journalctl -feu peertube + $ service peertube restart && journalctl -feu peertube + 1. If there is no **error in red** in the last lines of log. Press **ctrl+c** to stop the logs. 1. Go to your **domain** to check if peertube is running and everthing is ok. 1. Change your **root password** by this command: @@ -50,7 +50,7 @@ You will have to run few **commands in the terminal to run Peertube**. **Nodejs* $ cd /var/www/peertube && yarn install --production --pure-lockfile 1. Give proper **permissions** to peertube - $ chwon -R peertube:peertube /var/www/peertube + $ chown -R peertube:peertube /var/www/peertube 1. Start service. $ service peertube start