Thanks Alon! That helped indeed. =)
You can add trackers by
roundup-admin install
Then you have to modify the config.ini within that new trackers directory to your needs.
roundup-admin initialise
chown www-data /path/to/tracker/db -R
chgrp www-data /path/to/tracker/db -R
Next step would then be to change the two AliasMatch lines in '/etc/roundup/apache.conf' to:
AliasMatch ^/(.+)/@@file/(.*) /var/lib/roundup/$1/html/$2 AliasMatch ^/([^/]+)/(?!@@file/)(.*) /var/lib/roundup/$1/dummy.py/$2
Apache2 restart is required
Then you can access the installed trackers with base URL followed by trackername.
But I still have a problem when I want to log onto the new installed tracker via the web-interface.
It doesn't come up with an error message while entering credentials but doesn't show up username either! Instead it shows credential fields again.
Any ideas?
More information about text formats
Adding multiple trackers to roundup appliance
Thanks Alon! That helped indeed. =)
You can add trackers by
roundup-admin install
Then you have to modify the config.ini within that new trackers directory to your needs.
roundup-admin initialise
chown www-data /path/to/tracker/db -R
chgrp www-data /path/to/tracker/db -R
Next step would then be to change the two AliasMatch lines in '/etc/roundup/apache.conf' to:
AliasMatch ^/(.+)/@@file/(.*) /var/lib/roundup/$1/html/$2
AliasMatch ^/([^/]+)/(?!@@file/)(.*) /var/lib/roundup/$1/dummy.py/$2
Apache2 restart is required
Then you can access the installed trackers with base URL followed by trackername.
But I still have a problem when I want to log onto the new installed tracker via the web-interface.
It doesn't come up with an error message while entering credentials but doesn't show up username either! Instead it shows credential fields again.
Any ideas?