File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,15 @@ If there are errors, please let us know!
2828Installing 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
4346Instance
4447--------
45- Try "./roundup-admin init" :)
48+ Run "./roundup-admin init". This initialises a roundup instance.
4649
4750Roundup is configurable using a localconfig.py file in the instance home.
4851It may have the following variable declarations:
You can’t perform that action at this time.
0 commit comments