[cvs] [Wiki] changed: Doc/Dev
Michael Rubinsky
mrubinsk at horde.org
Fri Jul 31 16:11:08 UTC 2009
mrubinsk Fri, 31 Jul 2009 12:11:08 -0400
Modified page: http://wiki.horde.org/Doc/Dev
New Revision: 1.60
Change log: fix command for installing devtools package, add proper
include_paths
@@ -82,15 +82,15 @@
cvs login (password is 'horde')
cvs checkout horde framework
git clone --depth 1 git://dev.horde.org/horde/git/horde horde-git
git clone --depth 1 git://dev.horde.org/horde/git/horde-hatchery
-pear install framework/devtools/package.xml
+pear install -f framework/devtools/package.xml
cd horde
mkdir libs
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__) . '/../libs' .
PATH_SEPARATOR . ini_get('include_path'));" > lib/core.local.php
+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>
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