From 49ddf055a57764e4691077d0eda3237799e48498 Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Wed, 25 Apr 2018 11:08:06 +0200 Subject: [PATCH] basic README TG-278 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index e69de29bb..d4c2f9f79 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,16 @@ +# 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". -- GitLab