Sign inSign up

rounduptracker/roundup

By rounduptracker

•Updated 2 months ago

Roundup Issue Tracker: simple-to-use issue-tracking system with web/REST/e-mail interfaces.

Image
Developer tools
1

10K+

rounduptracker/roundup repository overview

The Roundup Issue Tracker⁠ is a very flexible and simple-to-use issue-tracking system with command-line, web, REST, XML-RPC, and e-mail interfaces. Track your issues your way. The Docker build supports all 4 databases: anydbm, SQLite, MySQL and PostgreSQL. It can also use redis for caching session data. It runs with Python 3.11 using the Alpine Linux base image with Python 3.11.

Starting with the release 2.3.0, you can run the container in 'instant gratification' demo mode. Create a new directory, change to it and run:

docker run --rm -p 127.0.0.1:8917:8080 --name roundup_demo -v \
   $PWD:/usr/src/app/tracker rounduptracker/roundup:latest demo

then point your browser to http://localhost:8917/demo/ (this will be printed as well). See: https://www.roundup-tracker.org/docs/installation.html#docker-support⁠ for details on working with Roundup in a container, how to build your own customized container etc.

Roundup has been deployed for:

  • bug tracking and TODO list management (the classic installation)
  • customer help desk support (with a wizard for the phone answerers, linking to networking, system and development issue trackers)
  • issue management for IETF working groups
  • sales lead tracking
  • tracking 'things' according to the GTD - getting things done⁠ methodology

...and so on. It's been designed with flexibility in mind - it's not just another bug tracker.

Tag summary

Content type

Image

Digest

sha256:9a23735d6…

Size

48.7 MB

Last updated

2 months ago

docker pull rounduptracker/roundup