mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Update README.md
This commit is contained in:
parent
645f6136d4
commit
a9b44646b0
1 changed files with 5 additions and 3 deletions
|
@ -52,17 +52,19 @@ Want to see in action?
|
|||
|
||||
### Installing guide
|
||||
|
||||
1. App can be installed by **running following commands**:
|
||||
1. App can be installed by YunoHost **admin web-interface** or by **running following command**:
|
||||
|
||||
$ sudo yunohost app install https://github.com/YunoHost-Apps/peertube_ynh
|
||||
|
||||
1. Admin username is : **root**.
|
||||
1. **Admin password** will be sent to the email address given at the time of the installation.
|
||||
1. **TLS** and **starttls** are disabled for the outgoing mails. If you intent to use email address not hosted on your local server,it's advised to have a proper SMTP configured with tls and starttls settings by editing **/var/www/peertube/config/production.yml**.
|
||||
|
||||
### Update Guide
|
||||
1. App can be updated with the **following commands**:
|
||||
|
||||
1. App can be updated by YunoHost **admin web-interface** or with the **following command**:
|
||||
|
||||
$ sudo yunohost app upgrade peertube -u https://github.com/YunoHost-Apps/peertube_ynh
|
||||
|
||||
### Dependencies
|
||||
|
||||
* NodeJS, PostgreSQL.
|
||||
|
|
Loading…
Reference in a new issue