From 14fcf0c8726b5ede34005296e02df7fe3cf9e2b0 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 14 Apr 2016 22:19:27 -0400 Subject: Added some documentation to install Kanboard outside of the docroot --- ChangeLog | 2 ++ doc/installation.markdown | 15 +++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3560d107..69a9f03e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ New features: Improvements: +* Allow people to install Kanboard outside of the DocumentRoot +* Allow plugins to be loaded from another folder * Filter/Lexer/QueryBuilder refactoring Bug fixes: 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 -------- -- cgit v1.2.3