From 792ab413a2bbf450f5e4c9efc3214d5282b99b4f Mon Sep 17 00:00:00 2001 From: Renat Lumpau Date: Thu, 5 Jan 2006 21:32:08 +0000 Subject: Fixed ticket #6 svn path=/experimental/; revision=88 --- www-apps/jinzora/files/postinstall-en.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www-apps/jinzora/files/postinstall-en.txt') diff --git a/www-apps/jinzora/files/postinstall-en.txt b/www-apps/jinzora/files/postinstall-en.txt index a7da185..6ed7528 100644 --- a/www-apps/jinzora/files/postinstall-en.txt +++ b/www-apps/jinzora/files/postinstall-en.txt @@ -10,3 +10,9 @@ Jinzora recommends the following settings for php (php.ini): post_max_size = 32M (or higher) file_uploads = 1 (on) upload_max_filesize = 32M (or higher) + +Also note that you may need to edit ${MY_INSTALLDIR}/settings.php and change +some default paths (/usr/bin rather than /usr/local/bin). + +sed -i "s|/usr/local/bin|/usr/bin|g" ${MY_INSTALLDIR}/settings.php +should do the trick. -- cgit v1.2.3-65-gdbad