From a08339059b06bcfb673b13a380b6f199abfb5983 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 5 Jun 2016 14:19:07 -0400 Subject: Improve background workers --- doc/installation.markdown | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'doc/installation.markdown') diff --git a/doc/installation.markdown b/doc/installation.markdown index d2484f0b..2ebe4d14 100644 --- a/doc/installation.markdown +++ b/doc/installation.markdown @@ -53,13 +53,14 @@ The `.htaccess` is optional because its content can be included directly in the You can also define a custom location for the plugins and files folders by changing the [config file](config.markdown). +Optional installation +--------------------- + +- Some features of Kanboard require that you run [a daily background job](cronjob.markdown) (Reports and analytics) +- [Install the background worker](worker.markdown) to improve the performances + Security -------- - Don't forget to change the default user/password -- Don't allow everybody to access to the directory `data` from the URL. There is already a `.htaccess` for Apache but nothing for Nginx. - -Notes ------ - -- Some features of Kanboard require that you run [a daily background job](cronjob.markdown) +- Don't allow everybody to access to the directory `data` from the URL. There is already a `.htaccess` for Apache but nothing for other web servers. -- cgit v1.2.3