Mercurial > p > roundup > code
changeset 2743:76e5097dc22d maint-0.7
merge
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 08 Oct 2004 07:22:39 +0000 |
| parents | 89b276643bb5 |
| children | 4dd01588db90 |
| files | doc/installation.txt |
| diffstat | 1 files changed, 12 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/installation.txt Fri Oct 08 06:16:53 2004 +0000 +++ b/doc/installation.txt Fri Oct 08 07:22:39 2004 +0000 @@ -82,6 +82,12 @@ Getting Roundup =============== +.. note:: + Some systems, such as Debian and NetBSD, already have Roundup + installed. Try running the command "roundup-admin" with no arguments, + and if it runs you may skip the `Basic Installation Steps`_ + below and go straight to `configuring your first tracker`_. + Download the latest version from http://roundup.sf.net/. If you're using WinZIP's "classic" interface, make sure the "Use @@ -91,8 +97,9 @@ ------------------- .. note:: - The Windows installer doesn't include the ``run_tests.py`` or ``demo.py`` - scripts - you will need to download the source to use them. + The ``run_tests.py`` script is packaged in Roundup's source distribution + - users of the Windows installer, other binary distributions or + pre-installed Roundup will need to download the source to use it. Once you've unpacked roundup's source, run ``python run_tests.py`` in the source directory and make sure there are no errors. If there are errors, @@ -108,8 +115,9 @@ ======================== .. note:: - The Windows installer doesn't include the ``demo.py`` script - you - will need to download the source to use it. + The ``demo.py`` script is packaged in Roundup's source distribution - + users of the Windows installer, other binary distributions or + pre-installed Roundup will need to download the source to use it. If you just want to give Roundup a whirl Right Now, then simply run ``python demo.py``. This will set up a simple demo tracker on your @@ -125,12 +133,6 @@ Installation ============ -.. note:: - Some systems, such as Debian and NetBSD, already have Roundup - installed. Try running the command "roundup-admin" with no arguments, - and if it runs you may skip the `Basic Installation Steps`_ - below and go straight to `configuring your first tracker`_. - Set aside 15-30 minutes. Please make sure you're using a supported version of Python -- see `testing your python`_. There's several steps to follow in your installation:
