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

...

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/tomcat7tomcat8/webapps/
sudo systemctl enable tomcat8.service
sudo service tomcat8 start

...

Translate5 Configuration of the Okapi Plug-In

...