summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8ff64d0)
raw | patch | inline | side by side (parent: 8ff64d0)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Sat, 16 Feb 2002 08:14:45 +0000 (08:14 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/INSTALL.txt b/INSTALL.txt
index 2fbe7842350d17114954a3fbf5aa2277e970484f..82a07276eef684c721303c6ebe7d0e51f6cb1032 100644 (file)
--- a/INSTALL.txt
+++ b/INSTALL.txt
=============
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