From: richard Date: Sat, 16 Feb 2002 08:14:45 +0000 (+0000) Subject: Altered to include correct invocation for when roundup isn't installed. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=510994fea1efe65d8bc5946a22039f2299f83c30;p=roundup.git Altered to include correct invocation for when roundup isn't installed. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@632 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/INSTALL.txt b/INSTALL.txt index 2fbe784..82a0727 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -47,8 +47,18 @@ 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". +haven't, you may still proceed - the commands will change though. Where you +see: + + roundup-admin init + +you will need to execute: + + PYTHONPATH=. python roundup/scripts/roundup_admin.py init + +where "python" is your python 2.x interpreter ("python2" on redhat +systems). Note the dash is changed to an underscore - the same pattern +holds for the roundup-server and roundup-mailgw scripts. Instance