[cvs] [Wiki] changed: FC4InstallationNotes

Wiki Guest wiki at wiki.horde.org
Mon Sep 5 12:21:34 PDT 2005


guest [194.42.138.108]  Mon, 05 Sep 2005 12:21:34 -0700

Modified page: http://wiki.horde.org/FC4InstallationNotes
New Revision:  1.1
Change log:  FC4 Installation notes

@@ -1 +1,53 @@
+Installation
+++++++++++++
 
+MYSQL
+=====
+
+yum install php-mysql mysql-server php-xml cvs 
+(You might need more packages depends your installation.)
+ 
+PEAR
+====
+
+pear install -f Net_IMAP Log Mail_Mime File Date
+
+HORDE
+=====
+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
+cd horde
+cvs -d :pserver:cvsread at anoncvs.horde.org:/repository checkout framework imp kronolith mnemo nag passwd turba ingo
+cd framework
+php install-packages.php
+mkdir -p /var/horde/vfs
+chown -R apache:apache /var/horde
+
+Configuration
++++++++++++++
+
+SQL
+===
+
+mysqladmin -u root password 'password'
+mysqladmin -u root -h your.host.name password 'password'
+
+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):
+
+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
+
+and then set the correct file permissions:
+
+cd /var/www/html
+chown -R apache:apache horde
+chmod -R o-rwx horde
+
+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.
+
+v at kangin dot org


More information about the cvs mailing list