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
19
20
21DESCRIPTION() DESCRIPTION()
22
23
24
25 This command creates a fresh demo tracker for you to experiment
26 with. The email features of Roundup will be turned off (so the
27 nosy feature won't send email). It does this by removing the
28 nosyreaction.py module from the demo tracker's detectors direc‐
29 tory.
30
31 If you wish, you may modify the demo tracker by editing its con‐
32 figuration files and HTML templates. See the customisation man‐
33 ual for information about how to do that.
34
35 Once you've fiddled with the demo tracker, you may use it as a
36 template for creating your real, live tracker. Simply run the
37 roundup-admin command to install the tracker from inside the
38 demo tracker home directory, and it will be listed as an avail‐
39 able template for installation. No data will be copied over.
40
42 This manpage was written by Richard Jones <richard@users.source‐
43 forge.net>.
44
45
46
47 DESCRIPTION()