22Installing Roundup
33==================
44
5- :Version: $Revision: 1.76 $
5+ :Version: $Revision: 1.77 $
66
77.. contents::
88
@@ -88,6 +88,8 @@ folder names" check box is checked before you extract the files.
8888Testing your Python
8989-------------------
9090
91+ Note: user of the Windows installer may not run these tests.
92+
9193Once you've unpacked roundup's source, run ``python run_tests.py`` in the
9294source directory and make sure there are no errors. If there are errors,
9395please let us know!
@@ -101,6 +103,8 @@ Roundup -- from installation and scripts.
101103For The Really Impatient
102104========================
103105
106+ Note: user of the Windows installer may not use the ``demo.py`` script.
107+
104108If you just want to give Roundup a whirl Right Now, then simply run
105109``python demo.py``. This will set up a simple demo tracker on your
106110machine. When it's done, it'll print out a URL to point your web browser
@@ -220,6 +224,10 @@ Configuring your first tracker
220224 Admin Password:
221225 Confirm:
222226
227+ Note: running this command will *destroy any existing data in the
228+ database*. In the case of MySQL and PostgreSQL, any exsting database
229+ will be dropped and re-created.
230+
223231 Once this is done, the tracker has been created.
224232
2252332. At this point, your tracker is set up, but doesn't have a nice user
@@ -290,6 +298,11 @@ backend (which is guaranteed to be available) and switching to one of the
290298other backends at any time using the instructions in the `administration
291299guide`_.
292300
301+ Regardless of which backend you choose, Roundup will attempt to initialise
302+ a new database for you when you run the roundup-admin "initialise" command.
303+ In the case of MySQL and PostgreSQL you will need to have the appropriate
304+ privileges to create databases.
305+
293306
294307Configure a Web Interface
295308-------------------------
0 commit comments