update description
This commit is contained in:
parent
b9dec9e4fe
commit
67c9510a8d
@ -51,7 +51,10 @@
|
||||
```
|
||||
- in dev mode `API_URL` should be: `http://localhost:8000`
|
||||
- for deactivating progress animation: `DEV=true`
|
||||
- create symlink for the media folder: `ln -s /opt/ffplayout/media /var/www/ffplayout/ffplayout/frontend/static/`
|
||||
- create symlink for the media folder
|
||||
- when your media folder is a subfolder (for example `/opt/ffplayout/media`) create the same folder structure under **static**:
|
||||
- `mkdir -p /var/www/ffplayout/ffplayout/frontend/static/opt/ffplayout`
|
||||
- `ln -s /opt/ffplayout/media /var/www/ffplayout/ffplayout/frontend/static/opt/ffplayout/`
|
||||
- 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user