Page tree

Versions Compared

Key

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

This is a working a draft - please do not use the installation manual until this remark is removed!

MySQL

Translate5 needs a own database with character set utf8. Connect to mysql

...

Code Block
languagebash
sudo /etc/init.d/apache2 restart

TermTagger Configuration

First some permissions has to be corrected:

 

...

Code Block
languagebash
sudo chmod 775 /var/www/translate5/application/modules/editor/ThirdParty/XliffTermTagger/startServer.sh
sudo chmod 775 /var/www/translate5/application/modules/editor/ThirdParty/XliffTermTagger/stopServer.sh

After that the termtagger can be start as normal user, by calling the startServer script:

Code Block
languagebash
titleStart the openTMSTermTagger:
/var/www/translate5/application/modules/editor/ThirdParty/XliffTermTagger/startServer.sh

To stop the server call the stopServer script accordingly.

You are done (smile)

Open your browser and call http://translate5.local (or whatever hostname you have configured) and have fun with translate5.