Page tree

Versions Compared

Key

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

...

Original Documentation: http://okapiframework.org/wiki/index.php?title=Longhorn#Download_and_Installation.

Download okapi from https://bintray.com/okapi/Distribution/Longhorn

Install a tomcat server and get up Okapi there.

Please note: The current code block shows the installation of tomcat8. However it seems, that due to a bug in Okapi Longhorn the conversion routines needed by translate5 do not work correctly with Okapi Longhorn running under TomCat 8. Yet with TomCat 7 and the correct Java Version, everything seems to work fine. So we recommend until the Okapi Longhorn bug is solved to use 
TomCat 7 with JVM 1.7.0_151-b01Oracle Corporation
instead of TomCat 8. 

For more details see https://groups.yahoo.com/neo/groups/okapitools/conversations/topics/4593?reverse=1

Code Block
languagebash
titleUbuntu example
linenumberstrue
# as root:
wget  https://bintray.com/okapi/Distribution/download_file?file_path=okapi-longhorn_all-platforms_0.35.zip -O okapi-longhorn_all-platforms_0.35.zip
unzip okapi-longhorn_all-platforms_0.35.zip
sudo apt-get update
sudo apt-get install tomcat8
sudo cp okapi-longhorn.war /var/lib/tomcat8/webapps/
sudo systemctl enable tomcat8.service
sudo service tomcat8 start

...

Translate5 Configuration of the Okapi Plug-In

...