Skip to content

Commit 71936d3

Browse files
author
Richard Jones
committed
doc fixes
1 parent b3b784f commit 71936d3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

doc/installation.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Installing 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.
8888
Testing your Python
8989
-------------------
9090

91+
Note: user of the Windows installer may not run these tests.
92+
9193
Once you've unpacked roundup's source, run ``python run_tests.py`` in the
9294
source directory and make sure there are no errors. If there are errors,
9395
please let us know!
@@ -101,6 +103,8 @@ Roundup -- from installation and scripts.
101103
For The Really Impatient
102104
========================
103105

106+
Note: user of the Windows installer may not use the ``demo.py`` script.
107+
104108
If 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
106110
machine. 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

225233
2. 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
290298
other backends at any time using the instructions in the `administration
291299
guide`_.
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

294307
Configure a Web Interface
295308
-------------------------

0 commit comments

Comments
 (0)