[cvs] [Wiki] changed: Doc/Dev
Ralf Lang
ralf.lang at ralf-lang.de
Thu Aug 20 17:25:46 UTC 2009
rlang Thu, 20 Aug 2009 13:25:46 -0400
Modified page: http://wiki.horde.org/Doc/Dev
New Revision: 1.67
Change log: The include path is needed before the CVS repository
@@ -97,12 +97,12 @@
cd horde
cvs checkout framework
pear install -f framework/devtools/package.xml
mkdir libs
+echo "<?php ini_set('include_path', dirname(__FILE__) . '/../libs' .
PATH_SEPARATOR . ini_get('include_path'));" > lib/core.local.php
horde-fw-symlinks.php --src ../horde-git/framework
horde-fw-symlinks.php --src ../horde-hatchery/framework
horde-fw-symlinks.php
-echo "<?php ini_set('include_path', dirname(__FILE__) . '/../libs' .
PATH_SEPARATOR . ini_get('include_path'));" > lib/core.local.php
</code>
Then continue with the installation steps in docs/INSTALL.
More information about the cvs
mailing list