Go to file
Emanuel Schuetze dd10a59533 #109: New second submneu for election view. 2012-04-28 23:10:19 +02:00
docs First chapters for German documentation. 2012-04-22 23:52:47 +02:00
extras Use README.txt for source distribution as well as for win32-portable 2012-04-27 23:29:39 +02:00
openslides #109: New second submneu for election view. 2012-04-28 23:10:19 +02:00
.hgignore some small fixes 2012-04-11 10:58:59 +02:00
AUTHORS Updated license header. 2012-04-25 22:29:19 +02:00
CHANGELOG Minor changes. 2012-04-25 22:31:25 +02:00
INSTALL Updated INSTALL file for 1.2. 2012-04-27 16:07:57 +02:00
LICENSE Add code 2011-07-31 10:46:29 +02:00
MANIFEST.in create setup.py to install openslides 2012-02-09 16:57:10 +01:00
README.txt Use README.txt for source distribution as well as for win32-portable 2012-04-27 23:29:39 +02:00
THANKS Minor changes. 2012-04-25 22:31:25 +02:00
initial_data.json Updated permissions in initial_data.json. 2012-04-14 19:13:36 +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.


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

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


Getting started
===============
Simply running openslides.exe 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

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


Supported operating systems and browsers
========================================
Operating Systems:
  Windows XP or newer (32 and 64bit) [use openslides.exe]
  MacOS X
  GNU/Linux

Browsers:
  Firefox 3.6+
  IE 7+
  Chrome
  Safari