Merge pull request #2806 from fwolfst/README-IMPROVEMENTS

Minor README improvements / typo fixes.
This commit is contained in:
Norman Jäckel 2016-12-27 13:04:21 +01:00 committed by GitHub
commit 5fe902afed

View File

@ -119,9 +119,9 @@ Installation for big assemblies
===============================
The installation steps described above install OpenSlides in a way that does
NOT support hundreds of concurrent clients. To install OpenSlides in for big
NOT support hundreds of concurrent clients. To install OpenSlides for big
assemblies some config variables have to be changed in the OpenSlides settings
usualy called settings.py.
file (usually called settings.py).
The configuration values that have to be altered are:
@ -137,7 +137,7 @@ Please see:
* https://docs.djangoproject.com/en/1.10/ref/settings/#databases
You should use a webserver like Apache HTTP Server or nginx to serve the static
and media files as proxy server in front of OpenSlides server. You also
and media files as proxy server in front of your OpenSlides server. You also
should use a database like PostgreSQL and Redis as channels backend and cache
backend.