  Open-Xchange Mobile GUI
  
  This is just a short and quick installation and requirements guide.
  It is not meant to be finished or complete and any feedback is 
  welcome. Please file a bug report at our bugzilla or send an email 
  to <info@open-xchange.com> - Thanks for your help!


  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 to your needs.

  2a. If you have problems with wrong time or date formats you may have
      an an old version of php5 installed or an outdated timezonedb module. 
      In this case install "php-pear" and "php-dev" so that you can are 
      able to update or install additional modules via "pecl".s

      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 may differ
          Timezone Database external

  5.  Open the index.php file with a browser and enter your OX6 login credentials.