diff options
author | Renat Lumpau <rl03@gentoo.org> | 2004-09-02 17:05:16 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2004-09-02 17:05:16 +0000 |
commit | ad21f67acb96841a0d6657213b612d3e4378949a (patch) | |
tree | 0a6824cd362ce43bf90bcf481f5764583b558641 /www-apps/rt/files/postinstall-en.txt | |
parent | Keyword modification, see changelog for details (Manifest recommit) (diff) | |
download | gentoo-2-ad21f67acb96841a0d6657213b612d3e4378949a.tar.gz gentoo-2-ad21f67acb96841a0d6657213b612d3e4378949a.tar.bz2 gentoo-2-ad21f67acb96841a0d6657213b612d3e4378949a.zip |
Added a warning about innodb support, suggest putting PERL5LIB in apache configs
Diffstat (limited to 'www-apps/rt/files/postinstall-en.txt')
-rw-r--r-- | www-apps/rt/files/postinstall-en.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www-apps/rt/files/postinstall-en.txt b/www-apps/rt/files/postinstall-en.txt index c5c9ea4d099b..e2f9ad510ff6 100644 --- a/www-apps/rt/files/postinstall-en.txt +++ b/www-apps/rt/files/postinstall-en.txt @@ -22,7 +22,9 @@ In your postgresql.conf, set tcpip_socket = true, port = 5432 *********************************************************** 2. Read the README to configure your webserver for RT. For the impatient: -put this in ${MY_INSTALLDIR}/.htaccess +put this in ${MY_INSTALLDIR}/.htaccess (although you really should put it in +your Apache configs) + AddDefaultCharset UTF-8 PerlModule Apache::DBI @@ -30,6 +32,7 @@ PerlRequire /usr/bin/webmux.pl SetHandler perl-script PerlHandler RT::Mason +PerlSetEnv PERL5LIB /usr/lib *********************************************************** 3. Restart your webserver (e.g., for Apache: /etc/init.d/apache restart ) |