[cvs] [Wiki] changed: FC4InstallationNotes

Eric Rostetter eric.rostetter at physics.utexas.edu
Fri Aug 4 13:18:21 PDT 2006


ericr  Fri, 04 Aug 2006 13:18:21 -0700

Modified page: http://wiki.horde.org/FC4InstallationNotes
New Revision:  3.1
Change log:  Tweak some installation steps

@@ -2,8 +2,17 @@
  
  Horde requires some prerequisite software before you can use it.   In addition, there are other software packages which, while
  not required, are recommended as without them you will experience very limited functionality.  The following helps you to
  install the required and recommended software packages on a Fedora Core 4 system.
+
+++ Apache packages
+
+Horde is a web application, and as such, you need to provide a web server to use it.  If you do not already have the Apache web
+server installed, you should do so at this time:
+
+<code>
+yum install httpd
+</code>
  
  ++ PHP Packages
  
  As Horde is a PHP application, it requires that you have PHP installed.  In addition to the base php package, Horde and
@@ -37,9 +46,11 @@
  
  +++ !MySQL
  
  <code>
-yum install php-mysql mysql-server
+yum install php-mysql mysql mysql-server
+/sbin/chkconfig --levels 235 mysqld on
+/etc/init.d/mysqld start
  </code>
  (You might need more packages depending your installation.)
  
  //OR//
@@ -47,8 +58,10 @@
  +++ !PostgreSQL
  
  <code>
  yum install postgresql-server php-pgsql postgresql-libs mod_auth_pgsql postgresql
+/sbin/chkconfig --levels 235 postgresql
+/etc/init.d/postgresql start
  </code>
  
  ++ CVS
  The instructions below install Horde and its applications from CVS.  In order to use CVS, you will need to have the


More information about the cvs mailing list