feat(installer): rewrite install script
- remove unused root packages.ini - write config to yaml file - allow to set public_url during install - force icecast start right after package install - move config file in place at the end of installation BREAKING CHANGE: The bash installer has been rewritten, the flags and options changed, please run `./install --help` to get more details.
This commit is contained in:
parent
aed6d2f294
commit
ee98387264
13 changed files with 712 additions and 1245 deletions
|
@ -1,5 +1,5 @@
|
|||
/var/log/libretime/legacy.log {
|
||||
su www-data www-data
|
||||
@@LOG_DIR@@/legacy.log {
|
||||
su @@USER@@ @@USER@@
|
||||
compress
|
||||
rotate 10
|
||||
size 1000k
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue