From bdd1e9449edade94d724545274bb3218cdf66b49 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Mon, 11 Dec 2017 10:18:33 +0530 Subject: [PATCH] updated readme --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dc804e4..54bfb4e 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,22 @@ # PeerTube app for YunoHost [![Install Peertube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=Peertube)

-## Installation(Read it before Installation) +## Installation(Read it) 1. Require dedicated domain like **peertube.domain.tld**. 2. No LDAP support 3. No Multi-instance 4. No change-url possible. -**Install the app by following command:** - $ yunohost app install https://github.com/YunoHost-Apps/peertube_ynh -**root* is the admin username and the admin email is the email address given at the time of installation. -**After installation change the password by this command:** - $ cd /var/www/peertube && NODE_ENV=production npm run reset-password -- -u root + 5. Peertube is under development stage,don't use it for production + 6. **Install the app by following command:** + + $ yunohost app install https://github.com/YunoHost-Apps/peertube_ynh + 7. **root** is the admin username and the admin email is the email address given at the time of installation. + 8. **After installation change the password by this command:** + + $ cd /var/www/peertube && NODE_ENV=production npm run reset-password -- -u root

- PeerTube(Currently under development stage,don't use it for production) + PeerTube