[cvs] [Wiki] changed: CentOS5InstallationNotes
Wiki Guest
wikiguest at horde.org
Mon Nov 5 23:06:58 UTC 2007
guest [201.6.83.105] Mon, 05 Nov 2007 15:06:58 -0800
Modified page: http://wiki.horde.org/CentOS5InstallationNotes
New Revision: 1.14
Change log: Minor changes
@@ -161,11 +161,9 @@
Press 2; yes; root; root-mysql-password.
Press 3; specify an existing IMAP user to have horde administration
permissions (i.e. your current linux user).
-+++ Create user horde in !MySQL and grant horde DB permissions
-
-PS: Apparently, this should be done by ./setup.php script. So it's better
to check out if the user and permission already exists. If not:
++++ Create user horde in !MySQL and grant horde DB the proper permissions
Edit a text file and change the password for the same as in Step 1 above:
<code>
@@ -232,11 +230,11 @@
# you are probably hitting PHP's memory limit. Raise that limit here,
# but use caution
# Set to your preference - memory_limit should be at least 32M
# and be greater than the value set for post_max_size
- php_value memory_limit 32M
- php_value post_max_size 20M
- php_value upload_max_filesize 10M
+ #php_value memory_limit 32M
+ #php_value post_max_size 20M
+ #php_value upload_max_filesize 10M
# /usr/share/pear is needed for PEAR. /var/www/html/horde is needed for
Horde itself
# TODO: Set an appropriate include_path, too. Might even increase speed a
bit.
php_admin_value open_basedir
"/var/www/html/horde:/var/www/html/horde/config:/usr/share/pear:/tmp"
More information about the cvs
mailing list