Table of Contents
data
from the URL..htaccess
if you use Apache (Option AllowOverride All
).kanboard
where you wantdata
is writeable by the web server userhttp://yourpersonalserver/kanboard
The data
folder is used to store:
db.sqlite
debug.log
(if debug mode is enabled with the file
driver)files/*
files/thumbnails/*
People who are using a remote database (Mysql/Postgresql) and object storage (AWS S3 or similar) don’t necessarily need to have a persistent local data folder or to change the permissions for the folder.
git clone https://github.com/kanboard/kanboard.git
Note: This method will install the current development version, use at your own risk.