diff INSTALL.TXT @ 83:1592c0d5fcd2

Updated for new installation procedure
author Richard Jones <richard@users.sourceforge.net>
date Thu, 26 Jul 2001 06:47:57 +0000
parents f8f5149ecd47
children
line wrap: on
line diff
--- a/INSTALL.TXT	Wed Jul 25 04:34:31 2001 +0000
+++ b/INSTALL.TXT	Thu Jul 26 06:47:57 2001 +0000
@@ -7,6 +7,43 @@
 that these systems don't come with python 2.0 or newer installed, so you'll
 have to upgrade python before this stuff will work.
 
+
+Prerequisites
+-------------
+Either:
+ . Python 2.0 with pydoc installed. See http://www.lfw.org/ for pydoc.
+or
+ . Python 2.1
+
+You will need either the anydbm or bsddb module.
+
+
+Testing the Software
+--------------------
+
+Run "python -c 'import tests;tests.go()'" and make sure there's no errors.
+If there are errors, please let us know!
+
+
+Installing the Software
+-----------------------
+
+1. "./setup.py install"
+2. At present, the programs aren't installed, so you will need to copy:
+      roundup-admin
+      roundup-mailgw
+      roundup-server
+   to /usr/local/bin if you wish to have them installed.
+
+
+
+Initial Setup
+=============
+
+Instance
+--------
+Try "./roundup-admin init" :)
+
 Roundup is configurable using a localconfig.py file in the instance home.
 It may have the following variable declarations:
   
@@ -22,25 +59,6 @@
   roundup-admin@MAIL_DOMAIN  - roundup's internal use (problems, etc)
 
 
-Prerequisites
------------------
-Either:
- . Python 2.0 with pydoc installed. See http://www.lfw.org/ for pydoc.
-or
- . Python 2.1
-
-You will need either the anydbm or bsddb module.
-
-
-
-Initial Setup
-=============
-
-Instance
---------
-Try "./roundup-admin init" :)
-
-
 Mail
 ----
 Set up a mail alias called "issue_tracker" as:

Roundup Issue Tracker: http://roundup-tracker.org/