[cvs] [Wiki] changed: FC4InstallationNotes

Jan Schneider jan at horde.org
Mon Sep 12 09:25:45 PDT 2005


jan  Mon, 12 Sep 2005 09:25:45 -0700

Modified page: http://wiki.horde.org/FC4InstallationNotes
New Revision:  1.4
Change log:  Formatting, typos

@@ -1,32 +1,38 @@
-Installation
-++++++++++++
++ Installation
 
-SQL
-====
+++ SQL
 
-MYSQL
++++ !MySQL
 
+<code>
 yum install php-mysql mysql-server php-xml cvs 
-(You might need more packages depends your installation.)
+</code>
+(You might need more packages depending your installation.)
 
-OR
+//OR//
 
-PostgreSQL
++++ !PostgreSQL
 
-ym install postgresql-server php-pgsql postgresql-libs mod_auth_pgsql postgresql php-xml cvs
- 
-PEAR
-====
+<code>
+yum install postgresql-server php-pgsql postgresql-libs mod_auth_pgsql postgresql php-xml cvs
+</code>
 
+++ PEAR
+
+<code>
 pear install -f Net_IMAP Log Mail_Mime File Date
+</code>
 
 Read the note: http://pear.php.net/bugs/bug.php?id=5113
-If you've faced this problem then patched file you can download from http://www.iptp.net/files/File-1.2.1.tgz
-pear install /path/to/downloaded/File-1.2.1.tgz
+If you've faced this problem then you can download a patched file:
+<code>
+pear install http://www.iptp.net/files/File-1.2.1.tgz
+</code>
+
+++ Horde
 
-HORDE
-=====
+<code>
 cd /var/www/html
 cvs -d :pserver:cvsread at anoncvs.horde.org:/repository login
 Password: horde
 cvs -d :pserver:cvsread at anoncvs.horde.org:/repository checkout horde
@@ -35,31 +41,35 @@
 cd framework
 php install-packages.php
 mkdir -p /var/horde/vfs
 chown -R apache:apache /var/horde
+</code>
 
-Configuration
-+++++++++++++
++ Configuration
 
-SQL
-===
+++ SQL
 
+<code>
 mysqladmin -u root password 'password'
 mysqladmin -u root -h your.host.name password 'password'
+</code>
 
-Horde
-=====
+++ Horde
 
 Firstly you need to install the distribution default configuration files, present in the config subdirectory within each Horde application (including the base Horde library itself):
 
+<code>
 cd /var/www/html/horde
 for a in . mnemo nag turba imp ingo kronolith passwd; do cd /var/www/html/horde/$a/config; for f in *.dist; do cp $f `basename $f .dist`; done; done
+</code>
 
 and then set the correct file permissions:
 
+<code>
 cd /var/www/html
 chown -R apache:apache horde
 chmod -R o-rwx horde
+</code>
 
-You now need to configure all the Horde applications. Log in to your Horde installation, at http://your.host.name/horde/. Once you're in, click on the Administration link on the sidebar, then the Setup sub-option. Default Administrator password is mailadmin. You should see a list of available Horde applications in the main frame - you now need to go through this list and configure each Horde application as you please. Click on an entry in this list; you should be brought to a configuration screen. Go through each tab within this screen (if there are multiple tabs; otherwise there will just be a single page) and change any settings as you see fit (although the default options are usually sufficient if you don't feel comfortable editing all the available variables). Once you have finished configuring an application, click on the Generate XXX Configuration button at the bottom of the page to auto-generate the relevant conf.php file for the specific application. Repeat this proc
 ess for every application in the Configuration page.
+You now need to configure all the Horde applications. Log in to your Horde installation, at http://your.host.name/horde/. Once you're in, click on the {{Administration}} link on the sidebar, then the {{Setup}} sub-option. Default Administrator password is mailadmin. You should see a list of available Horde applications in the main frame - you now need to go through this list and configure each Horde application as you please. Click on an entry in this list; you should be brought to a configuration screen. Go through each tab within this screen (if there are multiple tabs; otherwise there will just be a single page) and change any settings as you see fit (although the default options are usually sufficient if you don't feel comfortable editing all the available variables). Once you have finished configuring an application, click on the {{Generate XXX Configuration}} button at the bottom of the page to auto-generate the relevant {{conf.php}} file for the specific application. 
 Repeat this process for every application in the {{Setup}} page.
 
-v at kangin dot org
+//v at kangin dot org//


More information about the cvs mailing list