Horde Creator Framework is a modular, universal Web application Http://www.aliyun.com/zixun/aggregation/13435.html "> Development framework, written in PHP." The framework provides parameter selection, compression, browser detection, connection tracking, MIME processing, and extensible array classes to address common problems and tasks involved in modern web application development.
The Horde LLC is a group of Web applications that use the 211.html ">horde application framework, which is itself a project product development, the OSI-certified Open-source software."
The Horde creator Framework itself does not provide any significant end-user functionality, and it provides a foundation for the development of other applications and tools. You may want to install some horde available applications, such as IMP (webmail client), or Kronolith (calendar). Horde application and Project list URL: Http://www.horde.org/apps.
Download Address: Http://www.horde.org/download/horde
Installation Instructions:
Quick Installation
Here is a concise description of how to install Horde and lamp (Linux,apache,mysql and PHP) systems.
1. Compile Apache 2 PHP:
CD php-x.x.x/
./configure--with-apxs2=/usr/sbin/apxs2 \
--with-gettext--enable-mbstring--WITH-GD
--with-png-dir=/usr--with-jpeg-dir=/usr \
[--with-mysql|--with-pgsql|--with-ldap]
[--with-tidy]
Make
Make install
2. Restart Apache
3. Confirm that the PEAR package is up to date:
Pear Upgrade Pear
4. Register Horde Pear Channel:
Pear Channel-discover pear.horde.org
5. Set Horde installation directory:
Pear Install Horde/horde_role
Pear run-scripts Horde/horde_role
6. Install Horde:
Pear Install-a-B horde/horde-beta
7. Configure Horde:
CD config/
CP Conf.php.dist conf.php
8. Complete the configuration:
http://your-server/horde/
Enter Administration => revisit => Horde (Or navigate to Http://your-server/horde/admin/config)
9. Create a database form:
Enter Administration => revisit. Click to update all DB Schemas
10. Test Horde (selectable items)
In the PHP settings section, enable the test script for the Horde configuration, or edit the horde/config/conf.php to set ' testdisable ' to false.
Enter http://your-server/horde/test.php
Please note that the test script needs to be disabled after the test is completed.