Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#790814: ITP: kanboard -- A PHP project management system with a kanban workflow style interface and various integrations.

12 views
Skip to first unread message

John Hackett

unread,
Jul 1, 2015, 6:30:04 PM7/1/15
to
Package: wnpp
Severity: wishlist
Owner: John Hackett <john+...@shockingly.eu>

* Package name : kanboard
Version : v1.0.16
Upstream Author : Frédéric Guillot <kanboard.net>
* URL : http://www.kanboard.net/
* License : AGPLv3
Programming Lang: PHP
Description : A web based project management system with a kanban workflow style interface and various integrations.

Kanboard allows for fast and easy project management and has robust task management built in.


--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Tom Fernandes

unread,
Nov 25, 2017, 2:40:02 AM11/25/17
to
Has development on the package already begun? If so, I'm willing to test
and give feedback.

Warm regards,


Tom

Paolo Greppi

unread,
Mar 16, 2018, 4:30:03 AM3/16/18
to
Hi I'm also interested. Not that I have much practice with packaging PHP, but I may try to help in other ways.

@陳昌倬, you could start by sharing a repo on salsa.debian.org.

Thanks,

Paolo

ChangZhuo Chen

unread,
Mar 16, 2018, 11:00:03 AM3/16/18
to
On Fri, Mar 16, 2018 at 09:12:41AM +0100, Paolo Greppi wrote:
> Hi I'm also interested. Not that I have much practice with packaging PHP, but I may try to help in other ways.
>
> @陳昌倬, you could start by sharing a repo on salsa.debian.org.

Hi Paolo,

The repo is in https://salsa.debian.org/debian/kanboard


--
ChangZhuo Chen (陳昌倬) czchen@{czchen,debconf,debian}.org
http://czchen.info/
Key fingerprint = BA04 346D C2E1 FE63 C790 8793 CC65 B0CD EC27 5D5B
signature.asc

Daniel Pocock

unread,
May 5, 2018, 3:10:03 PM5/5/18
to


On 05/05/18 15:56, Thomas Levine wrote:
> You did make it sound very appealing in comparison with those I tried
> that are available in Sandstorm. Please install it, and I will at least
> try it out.
>
> It might save me enough time to be worth the effort to administrate it,
> though I would probably check with other hackers to see if anyone else
> wants to administrate it, and even then, I would probably do that only
> if other Debian GSoC projects were going to use it too.
>



I had a look at the package[1] and it doesn't appear ready to use yet.
I made a quick attempt to make it work:

- created /etc/kanboard

- copied config.default.php to /etc/kanboard/config.php

- symlinked /usr/share/kanboard/config.php -> /etc/kanboard/config.php

- created /etc/kanboard/apache.conf:


Alias /kanboard /usr/share/kanboard/
<Directory "/usr/share/kanboard/">
Allow from all
Options -MultiViews
Require all granted
DirectoryIndex index.php
</Directory>

for inclusion into a VirtualHost

- in the config.php, I set DATA_DIR = /var/lib/kanboard

- created the directory:
mkdir -p /var/lib/kanboard/data
chown www-data.www-data /var/lib/kanboard/data

It still doesn't work, this appears in the log:

Fatal error: require(): Failed opening required
'/usr/share/kanboard/app/../vendor/autoload.php'
(include_path='.:/usr/share/php:/usr/share/pear') in
/usr/share/kanboard/app/common.php on line 3


Most of the above steps should be done by the package itself. If
anybody has time to help finish the package I'd be happy to install it
on the outreach-lab.debian.net server. The package doesn't need to be
uploaded into Debian, just as long as the necessary changes are in a
clone of the Git repository so I can build the package myself.
Alternatively, maybe somebody can check with other teams using Kanboard
to see if they have packaged it in another repository or something.

Regards,

Daniel


1. https://salsa.debian.org/debian/kanboard
0 new messages