KanboardFriday, January 19, 2018 - by Keith A. Smith
What is kanboard?
Kanboard
is an opensource web hosted project management software. So far I think
it’s pretty damn cool. It has all the features of the top paid project
management solutions out there with the little added bonus of it being
free.
The “cost” for anyone working with FOSS will be the setup time. This was my first time trying to setup Kanboard so I figured I would post how it went, I did encounter some stumbling blocks so I noted the solutions I used to get the installation up and running. Hopefully this will reduce the “cost” for you. I tested this on Ubuntu Xenial 16.04 LTS
Installation
I had to do the following to setup email https://github.com/kanboard/kanboard/blob/master/doc/en_US/email-configuration.markdown
I commented out the two bottom lines to make it work.
// Credentials for authentication on the SMTP server (not mandatory) define('MAIL_SMTP_USERNAME', 'username'); define('MAIL_SMTP_PASSWORD', 'super password'); Errors I encountered Internal Error: PHP extension required: “pdo_sqlite” Solution: Run the following in the terminal window sudo apt-get install php7.0-sqlite Internal Error: This PHP extension is required: "dom". sudo apt-get install php-xml
-End |
Tweet |