Skip to content

Commit

Permalink
Improved doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ygbourhis committed Dec 9, 2019
1 parent 097197b commit 366e5d9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

0 comments on commit 366e5d9

Please sign in to comment.