[cvs] [Wiki] changed: Doc/Dev
Michael Rubinsky
mrubinsk at horde.org
Wed Aug 5 15:44:18 UTC 2009
mrubinsk Wed, 05 Aug 2009 11:44:18 -0400
Modified page: http://wiki.horde.org/Doc/Dev
New Revision: 1.61
Change log: Add note about channel-discover
@@ -89,8 +89,13 @@
horde-fw-symlinks.php
horde-fw-symlinks.php --src ../horde-git/framework
horde-fw-symlinks.php --src ../horde-hatchery/framework
echo "<?php ini_set('include_path', dirname(__FILE__) .
'/../horde-git/framework' . PATH_SEPARATOR . dirname(__FILE__) .
'/../horde-hatchery/framework' . PATH_SEPARATOR .
ini_get('include_path'));" > lib/core.local.php
+</code>
+
+Note that if this is the first time you've dealt with our framework
libraries, you will need to discover our PEAR server before performing
the pear install above:
+<code>
+pear channel-discover pear.horde.org
</code>
After some time has passed you will want to update your working copy
from the Horde servers. These commands will do that. The commands
are to be executed from the base of the Horde installation (the
directory created by the CVS checkout):
More information about the cvs
mailing list