Page tree

Versions Compared

Key

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

...

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

...

openTMStermTagger Configuration

openTMStermTagger is not part of translate5, but translate5 builds on it to find and highlight terminology.

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 openTMStermTagger can be start started as normal user, by calling the startServer script:

...