Updated readme:multi-instance,upgrade,admin email

This commit is contained in:
anmol26s 2018-03-26 10:35:11 +05:30 committed by GitHub
parent d42e8b599a
commit eddfefba3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,24 +21,20 @@ Want to see in action?
1. Require dedicated domain like **peertube.domain.tld**. 1. Require dedicated domain like **peertube.domain.tld**.
1. No LDAP support (blocked until upstream implements it) 1. No LDAP support (blocked until upstream implements it)
1. No Multi-instance
1. No url change possible 1. No url change possible
1. Peertube is under development stage, **don't use it for production** 1. Peertube is under beta stage, **don't use it for production**
1. Take notice that this YunoHost package *claims* the following features: 1. Take notice that this YunoHost package *claims* the following features:
- [x] Install - [x] Install
- [x] Remove - [x] Remove
- [ ] Upgrade - [X] Upgrade
- [ ] Backup - [ ] Backup
- [ ] Restore - [ ] Restore
1. **Install the app by following command:** 1. **Install the app by following command:**
$ sudo yunohost app install https://github.com/YunoHost-Apps/peertube_ynh $ sudo yunohost app install https://github.com/YunoHost-Apps/peertube_ynh
1. **root** is the admin username and the admin email is the email address given at the time of installation. 1. Use **root** as the admin username and the password given while installation of the Peertube for the login.
1. **After installation change the password by this command:** 1. Don't forget to change the **port** if using a multi-instance for Peertube.
$ cd /var/www/peertube && NODE_ENV=production npm run reset-password -- -u root
## Why ## Why