[horde] Installing Horde 4 over GIT

Markus Braun charmed21muc at hotmail.com
Fri Apr 22 07:39:53 UTC 2011


Hello,

i have this lines now:

$git = false;

// The list of apps to create symlinks for
$apps = array();

// The location of the horde-git repository
$horde_git = '/kunden/272864_81677/webseiten/horde_git/';

// The web-accessible base directory for horde
$web_dir = '/kunden/272864_81677/webseiten/horde/';

// The group name/mode to use for the '/horde/static' directory
$static_group = '';
$static_mode = 0775;

And then i get an error:

(09:39:25) [bin] php ./install_dev
X-Powered-By: PHP/4.4.8
Content-type: text/html

<br />
<b>Parse error</b>:  syntax error, unexpected T_STRING in <b>/kunden/272864_81677/webseiten/horde_git/framework/bin/install_dev</b> on line <b>28</b><br />


marcus
> Quoting Markus Braun <charmed21muc at hotmail.com>:
> 
> > Hello,
> >
> > i tried  to install horde over git.
> >
> > How must i edit the install_dev.conf
> >
> > at this lines:
> >
> > // The list of apps to create symlinks for
> > $apps = array();
> 
> Pretty self explanatory. An array of applications you want installed.  
> If left blank, all will be used.
> 
> 
> >
> > // The location of the horde-git repository
> > $horde_git = '';
> 
> /the/path/to/your/local/horde-git/checkout
> 
> e.g., /usr/local/horde - where you cloned the repository to.
> 
> > // The web-accessible base directory for horde
> > $web_dir = '';
> 
> /the/path/to/horde/webroot/
> 
> e.g., /var/www/html/horde - the webroot for horde on the webserver
> 
> > // The group name/mode to use for the '/horde/static' directory
> > $static_group = '';
> 
> some system group that will have perms to the /horde/static directory  
> (used if caching js/css/etc..).


 		 	   		  


More information about the horde mailing list