[cvs] [Wiki] changed: CentOS5InstallationNotes

Wiki Guest wikiguest at horde.org
Sat Nov 3 04:58:36 UTC 2007


guest [201.6.83.105]  Fri, 02 Nov 2007 21:58:36 -0700

Modified page: http://wiki.horde.org/CentOS5InstallationNotes
New Revision:  1.2
Change log:  Additional steps

@@ -1,6 +1,8 @@
 [[toc]]
 + ** Installing Horde Groupware Webmail Edition on CentOS 5 **
+
+** NOT READY YET ** DO NOT TRY TO USE ** WAIT UNTIL IT'S COMPLETED

 Horde Groupware Webmail Edition is a free, enterprise ready, browser based
communication suite. Users can read, send and organize email messages and
manage and share calendars, contacts, tasks and notes with the standards
compliant components from the Horde Project. Horde Groupware Webmail Edition
**bundles the separately available applications IMP, Ingo, Kronolith, Turba,
Nag and Mnemo.**

 ||http://www.horde.org/webmail/||
@@ -14,9 +16,9 @@

 ++ Installing prerequisites

 <code>
-yum install -y gettext httpd mysql-server
+yum install -y gettext httpd

 yum install -y php php-xml php-imap php-mbstring php-mcrypt
php-pecl-Fileinfo php-pecl-memcache php-pear-DB php-pear-File php-pear-Log
php-pear-Mail-Mime php-pear-Auth-SASL php-pear-Date php-pear-HTTP-Request
php-pear-Mail php-pear-Net-Sieve php-pear-Net-Socket php-pear-Net-SMTP perl
 </code>

@@ -39,17 +41,32 @@
 </code>

 ++ Security configuration

+* For horde framework
 <code>
 chown -R root:apache /var/www/html/horde/config
 chmod -R 750 /var/www/html/horde/config
 chown -R root:apache /var/www/html/horde/config/.htaccess
 chmod -R 640 /var/www/html/horde/config/.htaccess
 chown -R root:apache /var/www/html/horde/config/*.dist
 chmod -R 640 /var/www/html/horde/config/*.dist
 </code>
+
+* For IMP
+
+...

 ++ Creating database
+
+yum install -y mysql mysql-server php-mysql
+service mysqld start
+(don't forget to set root password for mysql)
+chkconfig mysqld on
+cd /var/www/html/horde/scripts/
+./setup.php
+Press 1; choose mysql; Persistent connection 0; Username horde; Choose a
password for mysql user horde; Unix sockets; Locatio null; DB name horde;
+Press 2; yes; root; root mysql password;
+Press 3; specify an existing IMAP user to have horde administration
permissions

 ... (Later I'll continue this howto)


More information about the cvs mailing list