diff options
author | ivan <ivan> | 2005-03-12 16:07:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-03-12 16:07:29 +0000 |
commit | d069ae1df141abf4a4c2c258e8255b974e730a47 (patch) | |
tree | 47ff3cf60a1ac282ee58786f584699c9b6bfbef1 /httemplate | |
parent | a6cbda0b7e6779b89abc1d466af9c3a880d8e030 (diff) |
popurl(3) won't give us a good freeside base url since RT calls it from multiple directory depths... have to specify explicity, like external integration
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/docs/install-rt.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/docs/install-rt.html b/httemplate/docs/install-rt.html index 43d91554c..328914b86 100644 --- a/httemplate/docs/install-rt.html +++ b/httemplate/docs/install-rt.html @@ -32,6 +32,8 @@ <p>Create a new Unix group called 'rt' +<p>Edit the top-level Makefile, set RT_ENABLED to 1 and set the RT_DOMAIN, RT_TIMEZONE, and FREESIDE_URL variables. + <p><pre>make configure-rt make create-rt make install-rt |