Issue 1237110
Created on 2005-07-13 03:29 by flyn, last changed 2005-12-03 11:53 by a1s.
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.
|
|
Date |
User |
Action |
Args |
2005-07-13 03:29:57 | flyn | create | |
|