From 2c867a4b188b22d909957279f29188866074d62d Mon Sep 17 00:00:00 2001 From: Nadja Geisler <ngeisler@fachschaft.informatik.tu-darmstadt.de> Date: Fri, 6 Nov 2020 19:20:41 +0100 Subject: [PATCH] add remark for update and check script in README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d60f9f73..7e70a955 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,14 @@ This repository contains a Django project called AKPlanning. The functionality i ## Setup instructions -See [INSTALL.md](INSTALL.md). +See [INSTALL.md](INSTALL.md) for detailed instructions on development and production setups. + +To update the setup to the current version on the main branch of the repository use the update script ``Utils/update.sh`` or ``Utils/update.sh --prod`` in production. + +Afterwards, you may check your setup by executing ``Utils/check.sh`` or ``Utils/check.sh --prod`` in production. + ## Developer Notes * to regenerate translations use ````python manage.py makemessages -l de_DE --ignore venv```` -* to create a data backup use ````python manage.py dumpdata --indent=2 > db.json --traceback```` \ No newline at end of file +* to create a data backup use ````python manage.py dumpdata --indent=2 > db.json --traceback```` -- GitLab