Roundup is a simple-to-use and and powerful issue-tracking system with command-line, web and e-mail interfaces. Roundup is being used for bug tracking and TODO list management, issue management, customer help desk support, and sales lead tracking.
The TurnKey Roundup Live CD appliance includes all the standard features in TurnKey Core, and on top of that:
* Roundup configurations:
- Uses Apache2 to serve roundup (instead of roundup-server).
- Disabled registration confirmation via email (requires mail server).
- Includes Xapian full text indexer (recommended for large issue DB).
- Includes full timezone support and documentation.
- Automatically install security updates directly from Debian stable (security).
* SSL support out of the box.
* Postfix MTA (bound to localhost) to allow sending of email (e.g., password recovery).
* All secrets will be regenerated during installation / firstboot (security).
* Webmin modules for configuring Apache2, MySQL and Postfix.
Initial configuration: /etc/roundup/tracker-config.ini
Required settings
[tracker]
web = / (before)
web = http://appliance_ip/ (after)
# Note: If not set, links in emails will not include server address.
Recommended settings
[main]
admin_email = admin
dispatcher_email = admin
[mail]
domain = example.com
Default credentials:
* Webmin, Webshell, SSH, MySQL: username root, no password
- user sets password during installation
* Roundup: username admin, password turnkey
Product's homepage
What's New in This Release: [ read full changelog ]
· Installed security updates.
· Enabled etckeeper garbage collection by default.
· Upgraded to latest inithooks version (adhoc re-initialization via turnkey-init)
· VMWare build: run vmware-config-tools.pl on first boot
· Amazon EC2 EBS build: support resizing of root filesystem