Skip to content
Snippets Groups Projects
Commit 50f0aaef authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Even more docs added

parent 4fff72f5
Branches
No related tags found
1 merge request!8Upgrade to django 3.1
...@@ -5,7 +5,7 @@ enough to suit many organizations. ...@@ -5,7 +5,7 @@ enough to suit many organizations.
## Requirements ## Requirements
The system has been tested and found to run well on Ubuntu >= 18 The system has been tested and found to run well on Ubuntu >= 18
* The programming language is Python >= 3.6 * The programming language is Python >= 3.6
* The web framework is currently Django 3.1 * The web framework is currently [Django 3.1](https://docs.djangoproject.com/en/3.1/)
* Apache web server with mod_wsgi compiled for Python 3 * Apache web server with mod_wsgi compiled for Python 3
## Install and setup ## Install and setup
...@@ -31,6 +31,7 @@ pip install -r requirements.txt ...@@ -31,6 +31,7 @@ pip install -r requirements.txt
``` ```
## Running with mod_wsgi ## Running with mod_wsgi
The official Django documentation for this [can be found here](https://docs.djangoproject.com/en/3.1/howto/deployment/wsgi/modwsgi/)
* If running on e.g. Ubuntu 18, please remember to install the `libapache2-mod-wsgi-py3` and not the `libapache2-mod-wsgi` package * If running on e.g. Ubuntu 18, please remember to install the `libapache2-mod-wsgi-py3` and not the `libapache2-mod-wsgi` package
* Here's an example mod_wsgi configuration in an Apache2 virtualhost * Here's an example mod_wsgi configuration in an Apache2 virtualhost
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment