summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a58f38d)
raw | patch | inline | side by side (parent: a58f38d)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 27 Jul 2001 07:33:04 +0000 (07:33 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 27 Jul 2001 07:33:04 +0000 (07:33 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@106 57a73879-2fb5-44c3-a270-3262357dd7e2
INSTALL.txt | patch | blob | history |
diff --git a/INSTALL.txt b/INSTALL.txt
index 878abe94b684f9e8454c8da19b4dc7b966e3e5a3..074bea1ee1ca356d8e3c50321c1deafecabbdab8 100644 (file)
--- a/INSTALL.txt
+++ b/INSTALL.txt
Installing the Software
-----------------------
-1. "./setup.py install"
-2. At present, the programs aren't installed, so you will need to copy:
- roundup-admin
- roundup-mailgw
- roundup-server
- to /usr/local/bin if you wish to have them installed.
+1. Run:
+
+ python setup.py install
+
+2. If you want the scripts installed, also run the following command. If
+ you would prefer the scripts installed in somewhere other than
+ /usr/local/bin, add "--install-dir=<dir>" to the command.
+
+ python setup.py install_scripts
Instance
--------
-Try "./roundup-admin init" :)
+Run "./roundup-admin init". This initialises a roundup instance.
Roundup is configurable using a localconfig.py file in the instance home.
It may have the following variable declarations: