From bf6f36f120c2301d1639d729d68ee91682553993 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norman=20J=C3=A4ckel?= Date: Mon, 8 Jul 2013 19:36:00 +0200 Subject: [PATCH] Fix README and INSTALL --- INSTALL.txt | 16 ++++++++-------- README.txt | 14 +++++++------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index 2db28ca36..7658a70bf 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,5 +1,5 @@ ============================================== - Installation Instructions for OpenSlides 1.4 + Installation instructions for OpenSlides 1.4 ============================================== Content @@ -14,8 +14,8 @@ If you need help ask on OpenSlides users mailing list. See http://openslides.org for more information. -I. Installation on GNU/Linux and MacOSX using the Python Package Index (PyPI) -============================================================================= +I. Installation on GNU/Linux and MacOSX using the Python Package Index (PyPI) +=============================================================================== 1. Check requirements: @@ -80,8 +80,8 @@ I. Installation on GNU/Linux and MacOSX using the Python Package Index (PyPI) $ openslides -II. Installation on GNU/Linux and MacOSX using the package from openslides.org -================================================================================ +II. Installation on GNU/Linux and MacOSX using the package from openslides.org +=============================================================================== 1. Get OpenSlides: @@ -90,7 +90,7 @@ II. Installation on GNU/Linux and MacOSX using the package from openslides.org 2. Follow the same steps as in I. but use in step 3. - $ pip install openslides-XXX.tar.gz + $ pip install openslides-1.4.tar.gz instead of $ pip install openslides. @@ -160,8 +160,8 @@ III. Installation on GNU/Linux and MacOSX using the sources (for development) $ python start.py -IV. Installation on Windows using the Python Package Index (PyPI) -========================================================================= +IV. Installation on Windows using the Python Package Index (PyPI) +================================================================== NOTE: There is a portable version of OpenSlides for Windows which does not required any install steps! If there is a reason that you can not use the diff --git a/README.txt b/README.txt index 44127a6b7..b211855b4 100644 --- a/README.txt +++ b/README.txt @@ -19,8 +19,8 @@ Getting started Install and start OpenSlides as described in the INSTALL.txt. -If you need help please contact the OpenSlides team on public mailing -list or read the OpenSlides manual. See http://openslides.org. +If you need help please contact the OpenSlides team on public mailing list +or read the OpenSlides manual. See http://openslides.org. The start script of OpenSlides @@ -34,13 +34,13 @@ Simply running or openslides (on Linux/MacOS) -will start OpenSlides using djangos development server. It will also +will start OpenSlides using the integrated Tornado webserver. It will also try to open OpenSlides in your default webbrowser. -The server will listen on the IP address of your current hostname on -port 80 (if port 80 is not available port 8000 will be used). -This means that the server will be available to everyone on your -local network (at least for commonly used network configurations). +The server will listen on the IP address of your current hostname on port +80. If port 80 is not available, port 8000 will be used. This means that +the server will be available to everyone on your local network (at least +for commonly used network configurations). See `Command line options` below if you need to change this.