Go to file
Oskar Hahn 82f0df4fea Send js to the projector
* fixed scroll and scale of the projector
2013-10-21 07:53:21 +02:00
docs German documentation: Insert short comment on HTML in agenda text fields (fixed #808). 2013-07-07 23:34:48 +02:00
extras Some changes in __main__.py and utils.main and other. 2013-10-19 14:44:46 +02:00
openslides Send js to the projector 2013-10-21 07:53:21 +02:00
tests Fix url_name_args problems in user and group views. Add tests. 2013-10-20 21:42:17 +02:00
.coveragerc reordered the tests 2012-11-24 15:00:17 +01:00
.gitattributes Fixed folder list for .gitattributes. 2012-10-31 09:06:56 +01:00
.gitignore Update all meta files. 2013-05-15 01:59:18 +02:00
.travis.yml Rename requrirements. This fixes #676. 2013-05-23 23:46:14 +02:00
AUTHORS Merge remote-tracking branch 'openslides/stable/1.4.x' 2013-10-04 09:13:51 +02:00
CHANGELOG Update version to 1.4.3-dev 2013-09-10 21:40:44 +02:00
fabfile.py Clean up main.py and move code to __main__.py and utils/main.py. 2013-10-19 14:44:20 +02:00
INSTALL.txt Update version to 1.4.3-dev 2013-09-10 21:40:44 +02:00
LICENSE changle end of line to windows for some files 2012-07-20 10:55:07 +02:00
manage.py Some changes in __main__.py and utils.main and other. 2013-10-19 14:44:46 +02:00
MANIFEST.in Fixed MANIFEST.in 2013-05-17 00:10:11 +02:00
README.txt Update version to 1.4.3-dev 2013-09-10 21:40:44 +02:00
requirements_production.txt Full text search with haystack and whoosh. 2013-10-16 08:58:35 +02:00
requirements.txt Use flake8 instead of pep8. Orderd the imports with isort 2013-10-14 18:43:12 +02:00
setup.py Clean up main.py and move code to __main__.py and utils/main.py. 2013-10-19 14:44:20 +02:00
THANKS Full text search with haystack and whoosh. 2013-10-16 08:58:35 +02:00

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

This is OpenSlides, version 1.4.3 (unreleased).


What is OpenSlides?
===================

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

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


The start script of OpenSlides
==============================

Start OpenSlides
----------------

Simply running
  openslides.exe (on Windows)
or
  openslides (on Linux/MacOS)

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).

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:

-h, --help
    Show this help message and exit.

-a, --address=ADDRESS
    IP Address to listen on. Default: 0.0.0.0

-p PORT, --port=PORT
    Port to listen on. Default: 8000 (start as admin/root: 80)

--syncdb
    Update/create database before starting the server.

--backupdb=BACKUP_PATH
    Make a backup copy of the database to BACKUP_PATH.

--reset-admin
    Make sure the user 'admin' exists and uses 'admin' as
    password.

-s SETTINGS, --settings=SETTINGS
    Set the path to the settings file.

--no-browser
    Do not automatically start web browser.

--no-reload
    Do not reload the web server.

--no-run
    Do not start the web server.

--version
    Show version and exit.

Example 1: Openslides should only be accessible on this computer:
  openslides -a 127.0.0.1

Example 2: Like above, but also specify the port as 8080
  openslides -a 127.0.0.01 -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 8+
  Chrome
  Safari