Skip to content

Instantly share code, notes, and snippets.

View olp-cs's full-sized avatar

Olga Pustovalova olp-cs

View GitHub Profile
@olp-cs
olp-cs / Running Harmony API tests - 2024-08-05.md
Last active August 11, 2024 06:08
Running Harmony API tests - 2024-08-05
  • Ubuntu 24.04 LTS
  • Python 3.10.14

Running Tika

wget https://archive.apache.org/dist/tika/2.3.0/tika-server-standard-2.3.0.jar
java -jar tika-server-standard-2.3.0.jar 
@olp-cs
olp-cs / Running Harmony API tests - 2024-08-11.md
Last active December 17, 2024 13:16
Running Harmony API tests - 2024-08-11.md

System

  • Ubuntu 24.04 LTS
  • Python 3.10.14

Setting up the environment

git submodule update --init
pip install -r requirements.txt