Update install documentation
This commit is contained in:
@@ -43,12 +43,15 @@ If you would like to install Kanboard outside of the web server document root, y
|
|||||||
.
|
.
|
||||||
├── .htaccess -> ../kanboard/.htaccess
|
├── .htaccess -> ../kanboard/.htaccess
|
||||||
├── assets -> ../kanboard/assets
|
├── assets -> ../kanboard/assets
|
||||||
|
├── favicon.ico -> ../kanboard/favicon.ico
|
||||||
├── index.php -> ../kanboard/index.php
|
├── index.php -> ../kanboard/index.php
|
||||||
└── jsonrpc.php -> ../kanboard/jsonrpc.php
|
└── jsonrpc.php -> ../kanboard/jsonrpc.php
|
||||||
```
|
```
|
||||||
|
|
||||||
The `.htaccess` is optional because its content can be included directly in the Apache configuration.
|
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
|
Security
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user