add sudo
This commit is contained in:
parent
370ad24319
commit
3484e4794a
@ -15,7 +15,7 @@ Installation
|
|||||||
- clone repo: `git clone https://github.com/ffplayout/ffplayout-engine.git`
|
- clone repo: `git clone https://github.com/ffplayout/ffplayout-engine.git`
|
||||||
- `cd ffplayout-engine`
|
- `cd ffplayout-engine`
|
||||||
- run `make`
|
- run `make`
|
||||||
- run `make install USER=www-data`, use any other user which need write access
|
- run `sudo make install USER=www-data`, use any other user which need write access
|
||||||
- create playlists folder, in that format: **/playlists/year/month**
|
- create playlists folder, in that format: **/playlists/year/month**
|
||||||
- set variables in config file to your needs
|
- set variables in config file to your needs
|
||||||
- use `docs/gen_playlist_from_subfolders.sh /path/to/mp4s/` as a starting point for your playlists (path in script needs to change)
|
- use `docs/gen_playlist_from_subfolders.sh /path/to/mp4s/` as a starting point for your playlists (path in script needs to change)
|
||||||
@ -27,4 +27,4 @@ Cleanup
|
|||||||
|
|
||||||
Deinstallation
|
Deinstallation
|
||||||
-----
|
-----
|
||||||
- run `make uninstall` it will remove all created folders (also the **ffplayout.yml** configuration file!)
|
- run `sudo make uninstall` it will remove all created folders (also the **ffplayout.yml** configuration file!)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user