Install docker and docker compose.
To download, intialize and run KorAP pointing to a certain directory index (in this example myindex
in the local directory), run
$ INDEX=./myindex docker-compose up
This will make the frontend be available at localhost:64543
.