comparison doc/admin_guide.txt @ 7333:b92ecb730510

Document how save-config replaces and backs up config.ini.
author John Rouillard <rouilj@ieee.org>
date Sun, 14 May 2023 00:48:14 -0400
parents 09af33304790
children a83c932a00dc
comparison
equal deleted inserted replaced
7332:09af33304790 7333:b92ecb730510
222 **trackers** section 222 **trackers** section
223 Each line denotes a mapping from a URL component to a tracker home. 223 Each line denotes a mapping from a URL component to a tracker home.
224 Make sure the name part doesn't include any url-unsafe characters like 224 Make sure the name part doesn't include any url-unsafe characters like
225 spaces. Stick to alphanumeric characters and you'll be ok. 225 spaces. Stick to alphanumeric characters and you'll be ok.
226 226
227 To generate a config.ini in the current directory (note it will 227 To generate a config.ini in the current directory from the
228 overwrite an existing file) from the roundup-server command line use:: 228 roundup-server command line use::
229 229
230 roundup_server -p 8017 -u roundup --save-config demo=/trackers/demo \ 230 roundup_server -p 8017 -u roundup --save-config demo=/trackers/demo \
231 sysadmin=/trackers/sysadmin 231 sysadmin=/trackers/sysadmin
232
233 Note it will save the old file to config.bak and create a new
234 config.ini. The file is recreated from scratch ignoring the contents
235 of the current config.ini. So you may need to merge the backup and
236 config files.
232 237
233 Configuring Compression 238 Configuring Compression
234 ======================= 239 =======================
235 240
236 Roundup will compress HTTP responses to clients on the fly. Dynamic, 241 Roundup will compress HTTP responses to clients on the fly. Dynamic,

Roundup Issue Tracker: http://roundup-tracker.org/