[cvs] [Wiki] changed: CentOS5InstallationNotes

Wiki Guest wikiguest at horde.org
Sun Nov 4 01:15:05 UTC 2007


guest [201.6.83.105]  Sat, 03 Nov 2007 18:15:05 -0700

Modified page: http://wiki.horde.org/CentOS5InstallationNotes
New Revision:  1.9
Change log:  Added more steps

@@ -1,8 +1,6 @@
 [[toc]]
 + ** Installing Horde Groupware Webmail Edition on CentOS 5 **
-
-##red|** ------- NOT READY YET!! DO NOT USE 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/||
@@ -113,9 +111,9 @@
 * To configure the rest of postfix, such as domain name and secure
connections, take a look at this nice tutorial:

 ||http://fedorasolved.org/server-solutions/postfix-mail-server||

-++ Start services:
+++ Start services

 <code>
 service httpd restart
 chkconfig httpd on
@@ -185,9 +183,9 @@
 mysql --user=root --password=mysqlrootpassword < groupware.mysql.sql
 </code>


-++ Configure Apache and PHP:
+++ Configure Apache and PHP

 * Add a "horde.conf" file to /etc/httpd/cond.d:

 <code>
@@ -268,9 +266,9 @@
 service httpd restart
 </code>


-++ Check if everything is alright:
+++ Check if everything is alright

 * Open the following address in your browser:

 <code>
@@ -304,6 +302,22 @@
 chmod a-rwx /var/www/html/horde/test.php
 chmod a-rwx /var/www/html/horde/*/test.php
 </code>

+++ Finishing configuration
+
+* Open the following url in your browser and log into horde with the
administrator user (defined above in Option 2 when creating databases)
+
+<code>
+http://localhost.localdomain/horde
+</code>
+
+(PS: use full URL address, with host and domain name)
+
+Fell free to change other options, as you like. The good thing about H G W
E is it comes pretty much configured and ready for use!
+
+* Remember to restart httpd after you make changes:
+
+<code>
+service httpd restart
+</code>

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


More information about the cvs mailing list