From ce948188c67ca63f2e62de51aaba5770fc15a11f Mon Sep 17 00:00:00 2001 From: Mo8it Date: Mon, 9 May 2022 17:59:52 +0200 Subject: [PATCH] Update README --- README.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 36dd2fb..f44bfa7 100644 --- a/README.adoc +++ b/README.adoc @@ -8,7 +8,6 @@ image:https://img.shields.io/badge/code%20style-black-000000.svg[link=https://gi You need to have Python version >=3.10 and Poetry installed. To install Poetry, follow the https://python-poetry.org/docs/#installation[official instructions]. == Starting server -// TODO: Update with Gunicorn IMPORTANT: Every following instruction has to be followed every time before starting the server if not mentioned otherwise. @@ -47,7 +46,7 @@ WARNING: Running the following line *drops an eventually existing database*! The [source,bash] ---- -python testDB.py +python -m advlabdb.scripts.test.test_database ---- This (re-)creates the database with some elements for testing. @@ -80,7 +79,6 @@ NOTE: Obviously, the email address is fake. * Deactivate assistants account after a while if not assigned to experiments * Statistics + semester review with alerts -* Production server configuration with Gunicorn * Documentation with Asciidoctor * Backups * Logging