Lots of improvements and simplifications.
* Collect all logs under the /var/log/koha directory. * Setup logrotate * Use a static instance name, leading to simpler configuration.
This commit is contained in:
parent
737f738dc7
commit
c16804a913
33 changed files with 78 additions and 71 deletions
1
files/etc/koha-envvars/INSTANCE_NAME
Normal file
1
files/etc/koha-envvars/INSTANCE_NAME
Normal file
|
|
@ -0,0 +1 @@
|
|||
default
|
||||
1
files/etc/koha-envvars/KOHA_CONF
Normal file
1
files/etc/koha-envvars/KOHA_CONF
Normal file
|
|
@ -0,0 +1 @@
|
|||
/etc/koha/sites/default/koha-conf.xml
|
||||
1
files/etc/koha-envvars/KOHA_HOME
Normal file
1
files/etc/koha-envvars/KOHA_HOME
Normal file
|
|
@ -0,0 +1 @@
|
|||
/usr/share/koha
|
||||
1
files/etc/koha-envvars/PERL5LIB
Normal file
1
files/etc/koha-envvars/PERL5LIB
Normal file
|
|
@ -0,0 +1 @@
|
|||
/usr/share/koha/lib
|
||||
Loading…
Add table
Add a link
Reference in a new issue