1ROUNDUP-SERVER(1) General Commands Manual ROUNDUP-SERVER(1)
2
3
4
6 roundup-demo - create a roundup "demo" tracker and launch its web
7 interface
8
10 roundup-demo [backend [nuke]]
11
13 nuke Create a fresh demo tracker (deleting the existing one if any).
14 If the additional backend argument is specified, the new demo
15 tracker will use the backend named (one of "anydbm", "sqlite",
16 "metakit", "mysql" or "postgresql"; subject to availability on
17 your system).
18
20 This command creates a fresh demo tracker for you to experiment with.
21 The email features of Roundup will be turned off (so the nosy feature
22 won't send email). It does this by removing the nosyreaction.py module
23 from the demo tracker's detectors directory.
24
25 If you wish, you may modify the demo tracker by editing its configura‐
26 tion files and HTML templates. See the customisation manual for infor‐
27 mation about how to do that.
28
29 Once you've fiddled with the demo tracker, you may use it as a template
30 for creating your real, live tracker. Simply run the roundup-admin com‐
31 mand to install the tracker from inside the demo tracker home direc‐
32 tory, and it will be listed as an available template for installation.
33 No data will be copied over.
34
36 This manpage was written by Richard Jones <richard@users.source‐
37 forge.net>.
38
39
40
41 27 July 2004 ROUNDUP-SERVER(1)