diff options
Diffstat (limited to 'doc/installation.markdown')
-rw-r--r-- | doc/installation.markdown | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/installation.markdown b/doc/installation.markdown index c796ac65..ec1eb650 100644 --- a/doc/installation.markdown +++ b/doc/installation.markdown @@ -34,6 +34,21 @@ You must install [composer](https://getcomposer.org/) to use this method. Note: This method will install the **current development version**, use at your own risk. +Installation outside of the document root +----------------------------------------- + +If you would like to install Kanboard outside of the web server document root, you need to create at least these symlinks: + +```bash +. +├── .htaccess -> ../kanboard/.htaccess +├── assets -> ../kanboard/assets +├── 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. + Security -------- |