[cvs] [Wiki] changed: FC4InstallationNotes

Jan Schneider jan at horde.org
Wed Apr 25 11:39:47 UTC 2007


jan  Wed, 25 Apr 2007 04:39:46 -0700

Modified page: http://wiki.horde.org/FC4InstallationNotes
New Revision:  3.5
Change log:  Escape wiki words, toc

@@ -1,4 +1,6 @@
+[[toc]]
+
 + Installation

 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
@@ -46,9 +48,9 @@

 ++ SQL

 While a SQL server is not required to run Horde, it is recommended as much
of the Horde functionality will be lost without it.
-You may run either MySQL or PostgreSQL, but you should not run both!
+You may run either !MySQL or !PostgreSQL, but you should not run both!

 While you do not need to run the SQL server on the same machine that runs
the Horde web applications, that is the most common setup for small sites,
and hence the following assumes this type of setup.

 +++ !MySQL
@@ -103,13 +105,13 @@
 Once all the software is installed, you need to configure it for use with
Horde.  Below is some information on how to
 configure the various software packages.  Note that configuration will vary
depending on your needs, and the following
 is just a basic guide; you may need to adjust your configuration for your
needs.

-++ MySQL
+++ !MySQL

-Before you can use the MySQL server with Horde, you must setup the SQL
server and create the needed database tables.
+Before you can use the !MySQL server with Horde, you must setup the SQL
server and create the needed database tables.

-+++ Create a MySQL account
++++ Create a !MySQL account

 First, you need to create a SQL user.  In the instructions below, replace
'password' with the actual password you want to
 set for this account.

@@ -117,9 +119,9 @@
 mysqladmin -u root password 'password'
 mysqladmin -u root -h your.host.name password 'password'
 </code>

-+++ Creating the MySQL Database and Tables
++++ Creating the !MySQL Database and Tables

 Next, you need to create the database and its tables.  First, you must edit
the database scripts Horde provides to set the
 database password to the password you set in the previous step.

@@ -134,11 +136,11 @@
 <code>
 mysql -u root -p < create.mysql.sql
 </code>

-++ PostgreSQL
+++ !PostgreSQL

-Before you can use the PostgreSQL server with Horde, you must setup the SQL
server and create the needed database tables.
+Before you can use the !PostgreSQL server with Horde, you must setup the
SQL server and create the needed database tables.
 <code>
 cd /var/www/html/horde/scripts/sql
 vi pgsql_create.sql
 </code>
@@ -152,9 +154,9 @@
 psql -d horde -U horde -f category.sql
 psql -d horde -U horde -f prefs.sql
 </code>

-Note that you may see some NOTICE messages from PostreSQL noting that
implicit indexes have been created; these are normal and can be ignored.
+Note that you may see some NOTICE messages from !PostreSQL noting that
implicit indexes have been created; these are normal and can be ignored.

 ++ Horde

 First, you need to install the distribution default configuration files,
present in the config subdirectory within each Horde application (including
the base Horde configuration directory itself):


More information about the cvs mailing list