Roundup Tracker - Issues

Issue 1237110

classification
Automate installation of roundup
Type: Severity: normal
Components: None Versions:
process
Status: closed accepted
:
: : a1s, flyn
Priority: normal : patch

Created on 2005-07-13 03:29 by flyn, last changed 2005-12-03 11:53 by a1s.

Files
File name Uploaded Description Edit Remove
roundup-command-line-config.patch flyn, 2005-07-13 03:29 Patch against roundup 0.8.3
Messages
msg2762 Author: [hidden] (flyn) Date: 2005-07-13 03:29
This patch modifies "roundup-admin install" to
facilitate more automated installations.  Values for
some of the items in config.ini may be specified on the
command line.  Here is an example:

roundup-admin -i /var/lib/roundup/trackers/default
install classic mysql
"tracker.web=http://localhost:8080/,mail.domain=foo.com,mail.host=smtp.foo.com,rdbms.password=PASSWORD"
msg2763 Author: [hidden] (a1s) Date: 2005-12-03 11:53
Logged In: YES 
user_id=8719

feature added to roundup-0.9

note that setting names in the above example are not valid:
section and option names must be joined with underscore
rather than dot.
History
Date User Action Args
2005-07-13 03:29:57flyncreate