[dev] [patch] Add how to install framework packages in INSTALL

Jason M. Felice jfelice at cronosys.com
Fri Dec 26 12:30:06 PST 2003


* Assumes that framework/ will be distributed in Horde tarball.
* Additions are in reStructuredText, although I didn't convert the document.

Patch Summary:

    -2   +11   INSTALL
-------------- next part --------------
patchwork diff INSTALL
--- INSTALL	2003-12-26 15:16:11.000000000 -0500
+++ INSTALL	2003-12-26 15:25:57.000000000 -0500
@@ -298,13 +298,22 @@
 simply expand the distribution where you want it to reside and rename
 the root directory of the distribution to whatever you wish to appear
 in the URL. For example, with the Apache webserver's default document
-root of '/usr/local/apache/htdocs', you would type:
+root of '/usr/local/apache/htdocs', you would type::
 
    cd /usr/local/apache/htdocs
    tar zxvf /path/to/horde-3.0.tar.gz
    mv horde-3.0 horde
 
-and would then find Horde at the URL
+At this point, the Horde framework modules need to be installed. This must be
+done as root (or another user with sufficient administrator privledges)::
+
+   cd horde/framework
+   php -q install-packages.php
+
+(Note that if you are running a Debian system, the command-line PHP
+interpreter might be called ``php4`` instead of ``php``.)
+
+You would then find Horde at the URL
 
    http://your-server/horde/
 


More information about the dev mailing list