Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Installation mandatory dependencies

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

    • rewrite 

    • filter

    • deflate

    • headers

    • expires

  • MySQL database >= 5.1
    (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

Configuring the environment from scratch

(you can skip this step, if your environment matches the above dependencies. In this case continue with "Installing translate5")

The setup requires root access privileges. You need to open the command line and enter the listed commands. After each command press ENTER.

...