Code

Altered to include correct invocation for when roundup isn't installed.
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 16 Feb 2002 08:14:45 +0000 (08:14 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Sat, 16 Feb 2002 08:14:45 +0000 (08:14 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@632 57a73879-2fb5-44c3-a270-3262357dd7e2

INSTALL.txt

index 2fbe7842350d17114954a3fbf5aa2277e970484f..82a07276eef684c721303c6ebe7d0e51f6cb1032 100644 (file)
@@ -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