Page tree

Versions Compared

Key

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

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

The script "Although the described startServer.sh" starts the openTMStermTagger server as shown in Server environment - configure from scratch.

To have openTMStermTagger running on start up, you should script is starting the TermTagger already in background, it makes sense to start and stop the TermTagger with a an init.d script.

Save the following code snippet as file "/etc/init.d/termtagger".

...

Code Block
languagebash
sudo chmod 755 /etc/init.d/termtagger
sudo update-rc.d termtagger defaults
sudo /etc/init.d/termtagger start

Thats it!