Page tree

Versions Compared

Key

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

(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.

Install Apache

sudo apt-get install apache2

Enable Additional Modules for Apache

Apache web server needs to be fine tuned for translate5 to work properly. Switch to Apache directory with

...

Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
do not worry, it’s not important.

Install MySQL

sudo apt-get install mysql-server mysql-client

...

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

Install the extension dom, fileinfo, iconv, mbstring, zip

...

sudo apt-get install php5-mysql php5-gd

Install Oracle Java

(needed by openTMStermTagger, which is used by translate5)

...