Skip to content

acdh-oeaw/staribacher-static

Repository files navigation

Staribacher Tagebuch

Application repo for the digital edition of "Staribacher Tagebücher"

install

  • Clone the repo
  • Change into the directory cd staribacher-static
  • Create virtual environment python -m venv venv, activate it source venv/bin/activate and install needed python packages pip install -r requirements.txt
  • Install saxon ./shellscripts/dl_saxon.sh

development

  • Fetch the data ./shellscripts/fetch_data.sh
  • Enrich/process the data ./shellscripts/process_data.sh
  • Build fulltext-search index with python pyscripts/make_ts_index.py
  • Build the app with ant

run the app

  • Start some server in html directoy e.g.
python -m http.server