[cvs] [Wiki] changed: Doc/Dev

Michael Slusarz slusarz at horde.org
Wed Aug 12 21:28:05 UTC 2009


slusarz  Wed, 12 Aug 2009 17:28:04 -0400

Modified page: http://wiki.horde.org/Doc/Dev
New Revision:  1.66
Change log:  Fix location of local HORDE_BASE definition

@@ -71,9 +71,9 @@
  </code>

  * For the actual Horde applications that have been moved to Git,  
there are a few options. You could either copy the application  
directory back and forth from your /horde directory, you could try to  
use a joint CVS/Git source tree, or you can symlink the application  
into your horde/ directory. All methods have drawbacks. Issues with  
the first are obvious - you need to pull, copy, code, copy, push  
etc... The issue with second method is that you will either get lots  
of warnings about files that aren't tracked, or you could try to  
manage an ignore list for both CVS and Git.

-* Using symlinks is the best solution.  From the base horde install,  
add a symlink to the Git application folder. Then you must create a  
lib/base.local.php in this application and define HORDE_BASE in that  
file like this:
+* Using symlinks is the best solution.  From the base horde install,  
add a symlink to the Git application folder. Then you must create a  
config/horde.local.php file in this application and define HORDE_BASE  
in that file like this:

  <code>
  <?php
  define('HORDE_BASE', '[Full filesystem path to horde]');



More information about the cvs mailing list