Page tree

Versions Compared

Key

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

...

  • 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
    • mbstring
    • pdo_mysql
    • dom
    • fileinfodom
    • gd with Freetype-Support
    • iconv
    • mbstring
    • pdo_mysql
    • zip

Configuring the environment from scratch

...

Leave mysql shell prompt with

exit;

Install PHP5 core

...

Add the php 5.6 repository, since it is not yet included in Ubuntu

...

Check if you have the correct version of php installed

php5 -v

Install php extensions

This installs the extension mbstring, dom, zip, fileinfo, iconv

sudo apt-get install libapache2-mod-php5

Step-by-step guide

 

Info

...