Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Check these dependencies, if you have an existing server environment, that you want to use.

If you want to install the server enviroment from the scratch, go to Server environment - configure from scratch.

  • Apache2 webserver >= 2.2.x with the following Apache modules enabled

    • rewrite 

    • filter

    • deflate

    • headers

    • expires

  • MySQL database >= 5.1 (enabled innodb_file_per_table  is recommended)
    (Please note, that translate5 used to run on MSSQL. translate5 still is able to run on other SQL-Databases than MySQL with some testing and smaller adjustments to the code. Please contact the developers, if you need this.)
  • PHP 5.6 or higher with the extensions installed and enabled
    • dom
    • fileinfo
    • gd with Freetype-Support
    • iconv
    • mbstring
    • pdo_mysql
    • zip
  • Oracle JDK 8 or higher
  • No labels