update config and install

This commit is contained in:
jb-alvarado 2022-07-06 17:00:14 +02:00
parent 3390c82b23
commit 9c62295b87
2 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@ Installation
-----
- download latest **..dist** [release](https://github.com/ffplayout/ffplayout-frontend/releases/latest/)
- unpack and dist content to **/var/www/ffplayout-frontend**
- unpack the dist content to **/var/www/ffplayout-frontend**
- create symlink for the media folder
- when your media folder is a subfolder (for example `/opt/ffplayout/media`) create the same folder structure under **/var/www/ffplayout-frontend**:
- `mkdir -p /var/www/ffplayout-frontend/opt/ffplayout`
- `ln -s /opt/ffplayout/media /var/www/ffplayout-frontend/opt/ffplayout/`
Copy **docs/ffplayout.conf** to **/etc/nginx/sites-available/** and make a symlink:
Copy **nginx/ffplayout.conf** to **/etc/nginx/sites-available/** and make a symlink:
`ln -s /etc/nginx/sites-available/ffplayout.conf /etc/nginx/sites-enabled/`