korap/kustvakt

By korap

Updated almost 2 years ago

User and policy management component for KorAP

Image
0

2.8K

korap/kustvakt repository overview

Kustvakt

Kustvakt is the User and policy management component for for the KorAP Corpus Analysis Platform.

Please refer to the GitHub documentation on how to install Kustvakt for development purposes and configuration.

Using the container

Per default the container starts a demon in lite mode, exposing the port 8089 for all requests. The demon needs to be pointed to a local index, that is mounted as /kustvakt/index. An example index can be found on GitHub. Example run is:

$ docker run --rm --name kustvakt --net host -v [LOCALINDEX]:/kustvakt/index korap/kustvakt

To connect the user frontend Kalamar, run:

$ docker run --rm --name kalamar --net host --env 'KALAMAR_API=http://localhost:8089/api/' korap/kalamar

Tag summary

Content type

Image

Digest

sha256:e73dddec1

Size

304.5 MB

Last updated

almost 2 years ago

Requires Docker Desktop 4.37.1 or later.