From 1a8888ea1b8aa3f2df2e995a0ad0532e4e28b6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Leborne?= Date: Mon, 17 Apr 2023 22:54:39 +0200 Subject: [PATCH] Add instructions to use Docker in README --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57e9f83..f809e43 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ Organise your conferences. - ## HowTo Test (you should work on a virtualenv) @@ -16,7 +15,6 @@ pip install -U -r requirements.txt ./manage.py createsuperuser ``` - ## HowTo update translations ```bash @@ -24,3 +22,17 @@ pip install -U -r requirements.txt poedit locale/fr/LC_MESSAGES/django.po ./manage.py compilemessages ``` + +## Docker + +### Build + + docker build -t ponyconf . + +### Start + + ./test_site.bash + +### Configure + + docker exec -it ponyconf ./manage.py createsuperuser