mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Update README
This commit is contained in:
parent
85f49824ca
commit
ce948188c6
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue