[Wiki] changed: Doc/Dev
Ralf Lang <[email protected]>
| Newsgroups | gmane.comp.horde.cvs |
|---|---|
| Message-ID | <[email protected]> |
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.
--
To unsubscribe, mail: [email protected]