Code

Forgot to add the support call property to the item page.
[roundup.git] / INSTALL.txt
index 878abe94b684f9e8454c8da19b4dc7b966e3e5a3..74a5ffffc35f661e7a2e7201884e357f64c7ebdf 100644 (file)
@@ -21,28 +21,41 @@ 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.
+Run "python -c 'import test;test.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.
+1. Run:
+
+      python setup.py install
+
+   If you would prefer the scripts installed in somewhere other than
+   /usr/local/bin, add "--install-scripts=<dir>" to the command:
+
+      python setup.py install --install-scripts=<dir>
+
+   The command:
+
+      python setup.py install --help
+
+   gives all the options available for installation.
 
 
 
 Initial Setup
 =============
 
+The following instructions assume that you have installed roundup. If you
+haven't, you may still proceed - just preface all commands with "./"
+ie. "./roundup-admin init".
+
+
 Instance
 --------
-Try "./roundup-admin init" :)
+Run "roundup-admin init". This initialises a roundup instance.
 
 Roundup is configurable using a localconfig.py file in the instance home.
 It may have the following variable declarations:
@@ -77,7 +90,7 @@ This software will work through apache or stand-alone.
 Stand-alone:
  1. Edit roundup-server at the top - ROUNDUP_INSTANCE_HOMES needs to know
     about your instance.
- 2. "./roundup-server [hostname port]"   (hostname may be "")
+ 2. "roundup-server [hostname port]"   (hostname may be "")
  3. Load up the page "/" using the port number you set.
 
 Apache: