Go to file
Emanuel Schuetze 8ec3a6f550 Automated merge with ssh://openslides.org/openslides 2012-07-25 23:21:56 +02:00
docs Doc: Prepared manual for publishing. 2012-07-25 17:12:03 +02:00
extras Automated merge with ssh://openslides.org/openslides 2012-07-25 23:21:56 +02:00
openslides Updated translation. 2012-07-25 23:21:30 +02:00
.hgignore website: collect-static for apache Deployment 2012-07-25 16:16:35 +00:00
AUTHORS changle end of line to windows for some files 2012-07-20 10:55:07 +02:00
CHANGELOG Updated Changelog for 1.2. 2012-07-23 09:06:24 +02:00
INSTALL.txt Rename INSTALL to INSTALL.txt - which should help windows users to open it. 2012-07-25 13:50:50 +02:00
LICENSE changle end of line to windows for some files 2012-07-20 10:55:07 +02:00
MANIFEST.in Changed included INSTALL file to INSTALL.txt 2012-07-25 14:04:32 +02:00
README.txt #302: Updated README.txt for 1.2 release. 2012-07-25 14:05:12 +02:00
THANKS changle end of line to windows for some files 2012-07-20 10:55:07 +02:00
initial_data.json #324: Renamed user group "Tagesleitung" to "Versammlungsleitung" 2012-07-23 20:27:08 +02:00
manage.py Updated license header. 2012-04-25 22:29:19 +02:00
setup.py Updated license header. 2012-04-25 22:29:19 +02:00
start.py Updated license header. 2012-04-25 22:29:19 +02:00

README.txt

            English README file for OpenSlides
            ==================================

This is OpenSlides, version 1.2 (2012-07-25).


What is OpenSlides?
===================
OpenSlides is a free, web-based presentation system for displaying and
controlling of agenda, applications and elections of an assembly.

See http://www.openslides.org for more information.


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://www.openslides.org.


The start script of OpenSlides
==============================
Simply running 
  openslides.exe (on Windows) or 
  python start.py (on Linux/MacOS) 
will start OpenSlides using djangos development server. 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).

See `Command line options` below if you need to change this.

The login for the default admin user after (created on first start),
is as follows:

  Username: admin
  Password: admin


Command line options
--------------------
The following command line options are available:

-a, --address=ADDRESS
    Changes the address on which the server will listen for connections

-p, --port
    Changes the port on which the server will listen for connections

--syncdb
    Create/ update the database

--reset-admin
    This will reset the password of the user

Example 1: Openslides should only be accessible on this computer:
  openslides.exe -a 127.0.0.1
  or
  python start.py -a 127.0.0.1

Example 2: Like above, but also specify the port as 8080
  openslides.exe -a 127.0.0.01 -p 8080
  or
  python start.py -a 127.0.0.1 -p 8080


Supported operating systems and browsers
========================================
Operating Systems (OpenSlides runs anywhere where Pyhton is running):
  Windows XP or newer (32 and 64bit)
  MacOS X
  GNU/Linux

Browsers:
  Firefox 3.6+
  IE 7+
  Chrome
  Safari