Page tree

Versions Compared

Key

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

...

If you have a mailserver running, please refer to the installation specific configuration options for information on how to configure translate5 mail sending.

...

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

 

The next step might not be necessary on most/some of the systems. If Oracle Java is not your only installed Java version you have to do the next step. In all other cases it is still recommended to avoid problems.

Open the file 

/var/www/translate5/application/modules/editor/ThirdParty/XliffTermTagger/termtagger-server.conf

and change the following line

 

Code Block
languagebash
#JAVA_CMD=java

 

 to

Code Block
languagebash
JAVA_CMD=/usr/lib/jvm/java-8-oracle/bin/java

Attention: This should be the path to your Oracle Java, if you did follow the translate5 Ubuntu installation manual. If you did install your Java in another location, you have to customize the path accordingly. 

 

After that openTMStermTagger can be started as normal user, by calling the startServer script:

...