Thursday, March 29, 2012

Installing Horde in WAMP

Here is a simple way to install Horde in WAMP (Windows, Apache, MySQL, PHP) server.

1. Extract downloaded  tarball “horde-latest.tar” in WAMP “www” folder. (It can be downloaded from  http://www.horde.org/download/horde )

2. In order to create database tables go to /scripts/sql and open ‘create.mysql.sql’ by import mode in wamp server.



3. Test horde using this URL. http://your-server/horde/test.php

3 comments:

  1. Tried it. Getting a lot of errors I don't follow on the screen.

    ReplyDelete
  2. Hi,
    May I know the errors you got. I successfully configured Horde in WAMP. May be I can help you.
    Thank you..

    ReplyDelete
  3. Hi, I am getting lots of error of this kind
    Strict standards: Non-static method Secret::setKey() should not be called statically

    Can you please help me how to get read of all?
    In php.ini file I have following configuration
    error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR

    I am using Wamp
    PHP Version: 5.4.3
    PEAR verion: 1.9.4

    What is your preferred version when for PHP or wAMP?

    ReplyDelete