[Wiki] changed: Doc/Dev

Michael Slusarz <[email protected]>
Newsgroups gmane.comp.horde.cvs
Message-ID <[email protected]>
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]');


-- 
To unsubscribe, mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.