Update install.md

This commit is contained in:
jb-alvarado 2020-08-26 11:37:25 +02:00 committed by GitHub
parent e6c765486c
commit b9dec9e4fe

View File

@ -51,6 +51,7 @@
``` ```
- in dev mode `API_URL` should be: `http://localhost:8000` - in dev mode `API_URL` should be: `http://localhost:8000`
- for deactivating progress animation: `DEV=true` - for deactivating progress animation: `DEV=true`
- create symlink for the media folder: `ln -s /opt/ffplayout/media /var/www/ffplayout/ffplayout/frontend/static/`
- build app: `npm run build` - build app: `npm run build`
Your frontend should be now in **/var/www/ffplayout/ffplayout/frontend/dist** folder, which we are included already in the nginx config. You can serve now the GUI under your domain URL. Your frontend should be now in **/var/www/ffplayout/ffplayout/frontend/dist** folder, which we are included already in the nginx config. You can serve now the GUI under your domain URL.