Open-Xchange Web Mobile GUI
(c) Open-Xchange GmbH

Author:
Manuel Kraft  <manuel.kraft@open-xchange.com>
Stefan Preuss <stefan.preuss@open-xchange.com>


Installation:
~~~~~~~~~~~~~

1. Install apache2 and php5 with following modules:
  + json - Needed for OX Http API Objects
  + curl - Needed for communication with OX API.
  + gettext - Pure PHP Gettext Implementation.
  + mcrypt - Used for de/encryption within the application.

1a. As Mobile GUI Supports i18n, make sure that your system has the following locales correctly installed:
  + de_DE
  + en_US
  All WITH UTF-8 Support!

2. Edit config.php so that it fits in your environment.

2a.If you have problems with times in the calendar, it seems that you have an old version of php5 installed.
 In this case, install "php-pear" and "php-dev" so that you can install addiotinal modules via "pecl":

  Install the "timezonedb" module via pecl:
   -> pecl install timezonedb
   -> As displayed by pecl, configure php.ini to use the timezonedb:
      You should add "extension=timezonedb.so" to php.ini
   -> Check with a PHP "info" Page that timezonedb is installed correctly
      "Olson" Timezone Database Version 	2008.9 <-- the version can differ
      Timezone Database 	external
   INFO: Needed for correct Date with Timezones calculation.Built in timezonesdb seems to be buggy.

5. Open Browser and open the index.php file. You should now be able to use the OX Mobile GUI