diff --git a/README.md b/README.md index 983bb89..5e57d41 100644 --- a/README.md +++ b/README.md @@ -12,43 +12,43 @@ $ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - $ sudo apt-get install -y nodejs ``` -2. Install the peertube with OVH fix branch. +2. Install the peertube with **OVH fix** branch. ``` $ yunohost app install --debug https://github.com/YunoHost-Apps/peertube_ynh/tree/ovh_fix ``` -3. After installation is complete run yarn install . +3. After installation is complete run **yarn install**. ``` $ cd /var/www/peertube && yarn install --production --pure-lockfile ``` -4. Give proper permissions to peertube +4. Give proper **permissions** to peertube ``` $ chown -R peertube:peertube /var/www/peertube ``` -5. Restart peertube and check if there is any error message. +5. **Restart peertube** and check if there is any error message. ``` $ service peertube restart $ journalctl -feu peertube ``` -6. If there is no error in red in the last lines of log. Press ctrl+c to stop the logs. +6. If there is no **error in red** in the last lines of log. Press **ctrl+c** to stop the logs. -7. Go to your domain to check if peertube is running and everthing is ok. +7. Go to your **domain** to check if peertube is running and everthing is ok. -8. Change your root password by this command: +8. Change your **root password** by this command: ``` $ cd /var/www/peertube && NODE_CONFIG_DIR="/var/www/peertube/config/" NODE_ENV=production npm run reset-password -- -u root ``` -Username: root -password: created in above step +Username: **root** +password: **created in above step** ## Steps for upgrading