[cvs] [Wiki] changed: CentOS4InstallationNotes
Michael Slusarz
slusarz at horde.org
Wed May 17 07:42:38 PDT 2006
slusarz Wed, 17 May 2006 07:42:37 -0700
Modified page: http://wiki.horde.org/CentOS4InstallationNotes
New Revision: 1.4
Change log: remove unneeded links; some cleanups
@@ -2,33 +2,31 @@
+ ##FFA500 |Installing HORDE on a Centos 4 Server##
----
Since Horde is such a large part of what we are doing, I have made a whole seperate section to working with Horde.
As of this writing the versions we are using are:
-++ Horde Version
- * Horde: 3.0.9
-News Flash, we have just staqrted using
+
++ Horde Version
* Horde: 3.1.1
++ Horde Applications
* Agora: 0.1-cvs
- * Ansel: 0.1-cvs ([http://abc.xyz/horde/ansel/test.php run Ansel tests])
+ * Ansel: 0.1-cvs
* Chora: H3 (2.0.1)
- * Gollem: H3 (1.0.2) ([http://abc.xyz/horde/gollem/test.php run Gollem tests])
+ * Gollem: H3 (1.0.2)
* Hermes: 0.1-cvs
- * Imp: H3 (4.1) ([http://abc.xyz/horde/imp/test.php run Imp tests])
- * Ingo: H3 (1.1) ([http://abc.xyz/horde/ingo/test.php run Ingo tests])
- * Jonah: 0.1-cvs ([http://abc.xyz/horde/jonah/test.php run Jonah tests])
+ * Imp: H3 (4.1)
+ * Ingo: H3 (1.1)
+ * Jonah: 0.1-cvs
* Kronolith: H3 (2.1)
- * Mimp: H3 (1.0-RC1) ([http://abc.xyz/horde/mimp/test.php run Mimp tests])
+ * Mimp: H3 (1.0-RC1)
* Mnemo: H3 (2.1)
* Nag: H3 (2.1)
- * Nic: 0.1-cvs ([http://abc.xyz/horde/nic/test.php run Nic tests])
- * Passwd: H3 (3.0) ([http://abc.xyz//horde/passwd/test.php run Passwd tests])
+ * Nic: 0.1-cvs
+ * Passwd: H3 (3.0)
* Rakim: 0.1-cvs
* Sam: 0.1-cvs
* Swoosh: 0.1-cvs
- * Turba: H3 (2.1) ([http://abc.xyz/horde/turba/test.php run Turba tests])
- * Wicked: 0.1-cvs ([http://abc.xyz/horde/wicked/test.php run Wicked tests])
+ * Turba: H3 (2.1)
+ * Wicked: 0.1-cvs
||http://horde.org||http://www.horde.org/source/modules.php||
To install Horde you need to have the modules and upgrades done as outline in BuildingACentosServer.
++ Get the local domain name.
@@ -40,9 +38,9 @@
&& grep memory_limit /etc/php.ini
</code>
++ Installing pear dependencies.
-we need to make sure that all the pear modules are installed and of the latest versions.
+We need to make sure that all the pear modules are installed and of the latest versions.
Run the following code in a SSH session as root.
<code>
/etc/init.d/httpd restart
pear install XML_RPC
@@ -83,9 +81,9 @@
pear upgrade-all
</code>
This is an overkill, but at least it makes sure we ##red|REALLY## have everything!
++ Install Horde
-Down load the latested production copies of HORDE.
+Down load the latest production copies of HORDE.
<code>
tar -zxf /mnt/$version/utilities/horde/horde-3* -C /var/www/html/
cd /var/www/html/
mv horde-3* horde
@@ -179,16 +177,16 @@
Here is an example:
<code>
$servers['imap'] = array(
'name' => 'IMAP Server',
- 'server' => 'mail.abc.xyz',
+ 'server' => 'mail.example.com',
'protocol' => 'imap/notls',
'port' => 143,
'folders' => '',
'namespace' => '',
- 'maildomain' => 'abc.xyz',
- 'smtphost' => 'mail.abc.xyz',
- 'realm' => 'abc.xyz',
+ 'maildomain' => 'example.com',
+ 'smtphost' => 'mail.example.com',
+ 'realm' => 'example.com',
'preferred' => ''
);
</code>
This is the script that we use to carry out the correct changes needed with /var/www/html/horde/imp/config/servers.php
@@ -255,9 +253,9 @@
||Logging||NOTHING||
||Preference System||What preferences driver should we use?||
||"||Driver configuration||
||"||The name of the preference table in the database [horde_prefs] ||
-|| DataTree System||What backend should we use for Horde DataTree storage?||
+||!DataTree System||What backend should we use for Horde !DataTree storage?||
||"||Driver configuration||
||"||The name of the data table in the database [horde_datatree] ||
||Groups||NOTHING||
||Cache System||NOTHING||
@@ -320,9 +318,9 @@
);
</code>
that denotes the end of the localdsql section.
And delete everything after this.
-+++ [HttpWontStart Httpd wont restart?]
+
----
+ ##FFA500 |Upgrading HORDE##
----
As features and upgrades become available for HORDE we will need to upgrade them. This secion deals with upgrading all of HORDE and just sepected modules of HORDE.
@@ -347,23 +345,22 @@
+++ Get Horde
<code>
mkdir /zone/horde
cd /zone/horde
-wget http://ai.net.nz/files/horde/ansel-HEAD-2006-03-18.tar.gz
-wget http://ai.net.nz/files/horde/gollem-h3-1.0.2.tar.gz
-wget http://ai.net.nz/files/horde/horde-3.1.1.tar.gz
-wget http://ai.net.nz/files/horde/imp-h3-4.1.1.tar.gz
-wget http://ai.net.nz/files/horde/ingo-h3-1.1.tar.gz
-wget http://ai.net.nz/files/horde/kronolith-h3-2.1.1.tar.gz
-wget http://ai.net.nz/files/horde/mnemo-h3-2.1.tar.gz
-wget http://ai.net.nz/files/horde/nag-h3-2.1.tar.gz
-wget http://ai.net.nz/files/horde/passwd-h3-3.0.tar.gz
-wget http://ai.net.nz/files/horde/rakim-HEAD-2006-03-18.tar.gz
-wget http://ai.net.nz/files/horde/sam-HEAD-2006-03-18.tar.gz
-wget http://ai.net.nz/files/horde/turba-h3-2.1.tar.gz
-wget http://ai.net.nz/files/horde/vacation-h3-3.0-rc1.tar.gz
-wget http://ai.net.nz/files/horde/whups-HEAD-2006-04-08.tar.gz
-wget http://ai.net.nz/files/horde/wicked-HEAD-2006-04-08.tar.gz
+wget *ansel*
+wget *gollem*
+wget *horde*
+wget *imp*
+wget *kronolith*
+wget *mnemo*
+wget *nag*
+wget *passwd*
+wget *rakim*
+wget *sam*
+wget *turba*
+wget *vacation*
+wget *whups*
+wget *wicked*
</code>
+++ Archive the current copy of Horde
<code>
mv /var/www/html/horde /var/www/html/horde.old
@@ -451,6 +448,4 @@
pico /var/www/html/horde/config/registry.php
</code>
Make active the following modules if you have installed them.
||jonah||hermes||gollem||agora||ansel||swoosh||wicked||
-
-++ Upgrading Individual Modules
More information about the cvs
mailing list