update docs and README (#21489)

This commit is contained in:
Elias Showk 2018-05-25 14:47:05 +02:00
parent d2edc0b053
commit a5d12fb01e
2 changed files with 9 additions and 5 deletions

View File

@ -14,13 +14,12 @@ see :ref:`install-lasso-ref`.
The other Authentic 2 dependencies are:
- Django>=1.7.6,<1.9
- Django>=1.8,<1.12
- requests>=2.
- django-model-utils>=2
- django-admin-tools>=0.5.2
- dnspython>=1.12
- django-select2>=4.3.0
- django-tables2>=1.0
- django-tables2<1.3
- gadjo>=0.6
- django-import-export>=0.2.7
- djangorestframework>=3.3
@ -131,7 +130,7 @@ Using pip::
You can now run Authentic from the installation directory::
./authentic2-ctl syncdb --migrate
./authentic2-ctl migrate
./authentic2-ctl runserver
You should see the following output::

View File

@ -8,6 +8,8 @@ Tested with Apache 2 and mod_ssl.
Django over mod_wsgi. From http://docs.djangoproject.com/en/dev/howto/deployment/modwsgi/
"Deploying Django with Apache and mod_wsgi is the recommended way to get Django into production."
** WARNING Django manage.py runfcgi is deprecated and removed from version 1.9 **
Generate Keys
=============
* Create a CA (passphrase)
@ -174,7 +176,10 @@ A virtualhost configuration example::
}
}
The serveur must be run using the SCGI protocol, with this command line for
** WARNING Django manage.py runfcgi is deprecated and removed from version 1.9 **
The server must be run using the SCGI protocol, with this command line for
example::
./manage.py runfcgi protocol=scgi method=threaded daemonize=false host=localhost port=8000