Added some documentation to install Kanboard outside of the docroot
This commit is contained in:
@@ -10,6 +10,8 @@ New features:
|
|||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
|
* Allow people to install Kanboard outside of the DocumentRoot
|
||||||
|
* Allow plugins to be loaded from another folder
|
||||||
* Filter/Lexer/QueryBuilder refactoring
|
* Filter/Lexer/QueryBuilder refactoring
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|||||||
@@ -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.
|
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
|
Security
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user