Skip to content
README.md 383 B
Newer Older
Bengfort's avatar
Bengfort committed
# Castellum

Castellum is a privacy-compliant recruiting database for scientific contexts.

## Installation

If python3 is available on your system, the following commands will install everything and start a
local testserver:

    python3 -m venv .env
    . .env/bin/activate
    cd castellum_core
    make bootstrap
    make run

You can login with user "admin" and password "123".