[cvs] [Wiki] created: GroupwarePEAR

Jan Schneider jan at horde.org
Tue Sep 22 17:50:49 UTC 2009


jan  Tue, 22 Sep 2009 13:50:49 -0400

Created page: http://wiki.horde.org/GroupwarePEAR

+ How to install or update PEAR packages with Horde Groupware (Webmail  
Edition)

 From version 1.2.4 on, Horde Groupware and Horde Groupware Webmail  
Edition ship with a complete, working PEAR installation. This means  
that you can update the PEAR packages bundled with Horde Groupware,  
for example to get bug or security fixes directly from PEAR. You can  
also install new PEAR package that might be necessary for any  
additional Horde applications that you plan to install.

To get the local PEAR installation working, you have to run the  
{{setup.php}} script and pick the menu item "Update PEAR for a new or  
changed location". This is also necessary each time you rename or move  
the directory of Horde Groupware. Then you can manage the bundled PEAR  
installation by calling the PEAR command like so:

<code type="shell">
./pear/pear -c pear/horde.ini install Text_Wiki
</code>

This example assumes that you are inside the Horde Groupware  
directory, but you can call the {{pear}} command from anywhere. Just  
make sure that you use the {{pear}} command from inside the  
Groupware's {{pear/}} directory, and the {{-c}} flag with the  
{{horde.ini}} file from the same directory.

See http://pear.php.net/manual/en/guide.users.commandline.cli.php for  
further documentation of the {{pear}} command.



More information about the cvs mailing list