Skip to content

Commit 0d804a8

Browse files
author
Richard Jones
committed
more notes for installation
1 parent e4af13f commit 0d804a8

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

INSTALL.txt

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,15 @@ If there are errors, please let us know!
2828
Installing the Software
2929
-----------------------
3030

31-
1. "./setup.py install"
32-
2. At present, the programs aren't installed, so you will need to copy:
33-
roundup-admin
34-
roundup-mailgw
35-
roundup-server
36-
to /usr/local/bin if you wish to have them installed.
31+
1. Run:
32+
33+
python setup.py install
34+
35+
2. If you want the scripts installed, also run the following command. If
36+
you would prefer the scripts installed in somewhere other than
37+
/usr/local/bin, add "--install-dir=<dir>" to the command.
38+
39+
python setup.py install_scripts
3740

3841

3942

@@ -42,7 +45,7 @@ Initial Setup
4245

4346
Instance
4447
--------
45-
Try "./roundup-admin init" :)
48+
Run "./roundup-admin init". This initialises a roundup instance.
4649

4750
Roundup is configurable using a localconfig.py file in the instance home.
4851
It may have the following variable declarations:

0 commit comments

Comments
 (0)