Live data from Hacker News

Kanboard – Kanban Project Management Software

kanboard.org

1–10 of 40 posts

Re: Kanboard – Kanban Project Management Software

#2
Initial impressions, I ran: `docker run -d --name kanboard -p 80:80 -t kanboard/kanboard:v1.2.8`

Then

`docker logs kanboard`

But I can't figure out how to log in. Maybe you should print the default login username and randomized password to std output when starting with docker?

Edit Apparently this is not Show HN, so I'm not sure who am I talking to.

Re: Kanboard – Kanban Project Management Software

#3
Love this software, I am a manager at my job and I missed having a kanban board for my day to day work. With this software I am able to organize my tasks, write notes about them, and move them through a workflow I was comfortable with as a developer. I also can keep related documents and links to issues so I have all the information I need in one place.

Much more robust alternative to Wekan, switched from Wekan to Kanboard almost a year ago.

Re: Kanboard – Kanban Project Management Software

#4
post #2

Initial impressions, I ran: `docker run -d --name kanboard -p 80:80 -t kanboard/kanboard:v1.2.8` Then `docker logs kanboard` But I can't figure out how to log in. Maybe you should print the default login username and randomized password to std output when starting with docker? Edit Apparently this is not Show HN, so I'm not sure who am I talking to.

Have you tried admin/admin which is the default for the standard install? [0]

[0] - https://docs.kanboard.org/en/latest/admin_guide/installation...

Re: Kanboard – Kanban Project Management Software

#5
post #2

Initial impressions, I ran: `docker run -d --name kanboard -p 80:80 -t kanboard/kanboard:v1.2.8` Then `docker logs kanboard` But I can't figure out how to log in. Maybe you should print the default login username and randomized password to std output when starting with docker? Edit Apparently this is not Show HN, so I'm not sure who am I talking to.

[deleted]

Re: Kanboard – Kanban Project Management Software

#10
I like the idea. It looks like something that could work for me.

Minor rant.

I dislike the install section. It just assumes I already know everything about how to do it. I ran into similar issues when I was trying to setup Kimai. Install instructions basically forced me to spend time hunting down howtos, resolving issues that came up during my attempt ( arrgh ), and later just throw my hands in the air as Kimai installer told me PHP version is too old ( tried XAAMP and WAMP ).

I get that everyone's setup is different. I do. I just think a little more information in that section would be helpful.

Post reply on HN