From 0e6188be35a2a735106a14f20d15831f7a43c0ef Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 27 Jul 2001 07:33:04 +0000 Subject: [PATCH] more notes for installation git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@106 57a73879-2fb5-44c3-a270-3262357dd7e2 --- INSTALL.txt | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 878abe9..074bea1 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -28,12 +28,15 @@ 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 + +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=" to the command. + + python setup.py install_scripts @@ -42,7 +45,7 @@ Initial Setup 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: -- 2.30.2