We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac2700 commit 268d54fCopy full SHA for 268d54f
INSTALL.txt
@@ -47,8 +47,18 @@ Initial Setup
47
=============
48
49
The following instructions assume that you have installed roundup. If you
50
-haven't, you may still proceed - just preface all commands with "./"
51
-ie. "./roundup-admin init".
+haven't, you may still proceed - the commands will change though. Where you
+see:
52
+
53
+ roundup-admin init
54
55
+you will need to execute:
56
57
+ PYTHONPATH=. python roundup/scripts/roundup_admin.py init
58
59
+where "python" is your python 2.x interpreter ("python2" on redhat
60
+systems). Note the dash is changed to an underscore - the same pattern
61
+holds for the roundup-server and roundup-mailgw scripts.
62
63
64
Instance
0 commit comments