Mercurial > p > roundup > code
changeset 620:bd07a077464e
Altered to include correct invocation for when roundup isn't installed.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 16 Feb 2002 08:14:45 +0000 |
| parents | bb52c1419b4c |
| children | f333f6decdc2 |
| files | INSTALL.txt |
| diffstat | 1 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/INSTALL.txt Sat Feb 16 08:06:14 2002 +0000 +++ b/INSTALL.txt Sat Feb 16 08:14:45 2002 +0000 @@ -47,8 +47,18 @@ ============= 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
