Hacker News new | ask | show | jobs
by dragonsh 2491 days ago
Try Taiga [1] [2] truly open source beautiful system supporting both kanban and scrum style development. It's very intuitive with beautiful cards based interface. It also support user story point poker to assign story points.

Indeed it can be projected directly on a wall screen to see a kanban board in real-time with customizable details.

Also with easy plugin system, it can extend to integrate with other system in company to automate various processes or customize to once liking.

[1] https://taiga.io/

[2] https://github.com/taigaio

1 comments

Looks interesting, if a little convoluted to set up for self host? A couple of outdated docker-compose third party projects, and official script that is in alpha and depends on vagrant..? Maybe the most sensible is cloudron - also unsupported?
Their guide [1] is step by step and very easy to self-host. Indeed in our place we started using it with very early version and moved to new version without any issues.

We use LXD container and launching is as easy as:

   $lxc launch your-pm-1.0 yourpm1
Everything else is just automatically configured.

[1] https://taigaio.github.io/taiga-doc/dist/

Or, perhaps, Restyaboard?