summaryrefslogtreecommitdiff
path: root/doc/installation.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-04-14 22:29:15 -0400
committerFrederic Guillot <fred@kanboard.net>2016-04-14 22:29:15 -0400
commitecd27fafa9df61eeb97b379894b66e10cb18972f (patch)
treee0b644df4930a790b84c93587d303c6369f7cd0c /doc/installation.markdown
parent14fcf0c8726b5ede34005296e02df7fe3cf9e2b0 (diff)
Update install documentation
Diffstat (limited to 'doc/installation.markdown')
-rw-r--r--doc/installation.markdown3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/installation.markdown b/doc/installation.markdown
index ec1eb650..794b8763 100644
--- a/doc/installation.markdown
+++ b/doc/installation.markdown
@@ -43,12 +43,15 @@ If you would like to install Kanboard outside of the web server document root, y
.
├── .htaccess -> ../kanboard/.htaccess
├── assets -> ../kanboard/assets
+├── favicon.ico -> ../kanboard/favicon.ico
├── index.php -> ../kanboard/index.php
└── jsonrpc.php -> ../kanboard/jsonrpc.php
```
The `.htaccess` is optional because its content can be included directly in the Apache configuration.
+You can also define a custom location for the plugins and files folders by changing the [config file](config.markdown).
+
Security
--------