comparison doc/admin_guide.txt @ 3341:df693c0aaba9

more admin guide goodness
author Richard Jones <richard@users.sourceforge.net>
date Tue, 24 May 2005 03:46:35 +0000
parents 74db49467de8
children 81542d49c8cb
comparison
equal deleted inserted replaced
3339:1b5b3542e0db 3341:df693c0aaba9
1 ==================== 1 ====================
2 Administration Guide 2 Administration Guide
3 ==================== 3 ====================
4 4
5 :Version: $Revision: 1.18 $ 5 :Version: $Revision: 1.19 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 What does Roundup install? 9 What does Roundup install?
10 ========================== 10 ==========================
163 1. `tracker backup`_ 163 1. `tracker backup`_
164 2. `software upgrade`_ 164 2. `software upgrade`_
165 3. `migrating backends`_ 165 3. `migrating backends`_
166 4. `moving a tracker`_ 166 4. `moving a tracker`_
167 5. `migrating from other software`_ 167 5. `migrating from other software`_
168 6. `adding a user from the command-line`_
168 169
169 170
170 Tracker Backup 171 Tracker Backup
171 -------------- 172 --------------
172 173
280 281
281 where ``<designator>`` is the item's ``<classname><id>`` combination. 282 where ``<designator>`` is the item's ``<classname><id>`` combination.
282 The ``<N>`` value is ``int(<id> / 1000)``. 283 The ``<N>`` value is ``int(<id> / 1000)``.
283 284
284 285
286 Adding A User From The Command-Line
287 -----------------------------------
288
289 The ``roundup-admin`` program can create any data you wish to in the
290 database. To create a new user, use::
291
292 roundup-admin create user
293
294 To figure out what good values might be for some of the fields (eg. Roles)
295 you can just display another user::
296
297 roundup-admin list user
298
299 (or if you know their username, and it happens to be "richard")::
300
301 roundup-admin find username=richard
302
303 then using the user id you get from one of the above commands, you may
304 display the user's details::
305
306 roundup-admin display <userid>
307
308
285 Running the Servers 309 Running the Servers
286 =================== 310 ===================
287 311
288 Unix 312 Unix
289 ---- 313 ----

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