From 366e5d91f364fe3462c03135c485da0f188b15ee Mon Sep 17 00:00:00 2001 From: Yves-Gwenael Bourhis Date: Mon, 9 Dec 2019 16:54:52 +0100 Subject: [PATCH] Improved doc --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1ea7ad..ce7051d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ First collect static files: python manage.py collectstatic -If you have django-compressor run +If you have django-compressor (optional) run: python manage.py compress @@ -33,6 +33,14 @@ Then, create a wsgi file: python manage.py make_sgi --wsgi --out path/to/wsgi_file -And the generate an apache configuration file: +And then generate an apache configuration file: python manage.py make_apache_conf --wsgi path/to/wsgi_file --sll --out /path/to/apache_conf_file + +For more information check : + + python manage.py make_apache_conf -h + +Especially to define the proper ssl certificates. If not specified when +creating the configuration file you will have to edit the generated apache +configuration.