changeset 101:f55b8be00de5 0.2.0

more notes for installation
author Richard Jones <richard@users.sourceforge.net>
date Fri, 27 Jul 2001 07:33:04 +0000
parents abde42d70591
children 0b250446cf8b
files INSTALL.txt
diffstat 1 files changed, 10 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL.txt	Fri Jul 27 07:31:22 2001 +0000
+++ b/INSTALL.txt	Fri Jul 27 07:33:04 2001 +0000
@@ -28,12 +28,15 @@
 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
+
+2. If you want the scripts installed, also run the following command. If
+   you would prefer the scripts installed in somewhere other than
+   /usr/local/bin, add "--install-dir=<dir>" to the command.
+
+      python setup.py install_scripts
 
 
 
@@ -42,7 +45,7 @@
 
 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:

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