diff --git a/README.rst b/README.rst index 3087fb373..a2faf9640 100644 --- a/README.rst +++ b/README.rst @@ -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.