Application repo for the digital edition of "Staribacher Tagebücher"
- Clone the repo
- Change into the directory
cd staribacher-static
- Create virtual environment
python -m venv venv
, activate itsource venv/bin/activate
and install needed python packagespip install -r requirements.txt
- Install saxon
./shellscripts/dl_saxon.sh
- 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
- Start some server in
html
directoy e.g.
python -m http.server
- Data is fetched from https://github.com/acdh-oeaw/staribacher-data
- Build with DSE-Static-Cookiecutter