2013-04-25 13:10:50 +02:00
|
|
|
====================================
|
|
|
|
English README file for OpenSlides
|
|
|
|
====================================
|
2012-04-30 08:52:57 +02:00
|
|
|
|
2013-07-29 20:19:29 +02:00
|
|
|
This is OpenSlides, version 1.4.2 (unreleased).
|
2012-04-30 08:52:57 +02:00
|
|
|
|
|
|
|
|
|
|
|
What is OpenSlides?
|
|
|
|
===================
|
2013-04-25 13:10:50 +02:00
|
|
|
|
2012-12-10 20:29:00 +01:00
|
|
|
OpenSlides is a free web-based presentation and assembly system for
|
|
|
|
displaying and controlling of agenda, motions and elections of an assembly.
|
2012-04-30 08:52:57 +02:00
|
|
|
|
2012-11-25 00:28:41 +01:00
|
|
|
See http://openslides.org for more information.
|
2012-04-30 08:52:57 +02:00
|
|
|
|
|
|
|
|
|
|
|
Getting started
|
|
|
|
===============
|
2013-04-25 13:10:50 +02:00
|
|
|
|
2012-07-25 14:05:12 +02:00
|
|
|
Install and start OpenSlides as described in the INSTALL.txt.
|
|
|
|
|
2013-07-08 19:36:00 +02:00
|
|
|
If you need help please contact the OpenSlides team on public mailing list
|
|
|
|
or read the OpenSlides manual. See http://openslides.org.
|
2012-07-25 14:05:12 +02:00
|
|
|
|
|
|
|
|
|
|
|
The start script of OpenSlides
|
|
|
|
==============================
|
2013-04-25 13:10:50 +02:00
|
|
|
|
|
|
|
Start OpenSlides
|
|
|
|
----------------
|
|
|
|
|
2012-11-25 00:28:41 +01:00
|
|
|
Simply running
|
2012-12-10 20:29:00 +01:00
|
|
|
openslides.exe (on Windows)
|
|
|
|
or
|
|
|
|
openslides (on Linux/MacOS)
|
2012-11-25 00:28:41 +01:00
|
|
|
|
2013-07-08 19:36:00 +02:00
|
|
|
will start OpenSlides using the integrated Tornado webserver. It will also
|
2012-07-25 14:05:12 +02:00
|
|
|
try to open OpenSlides in your default webbrowser.
|
2012-04-30 08:52:57 +02:00
|
|
|
|
2013-07-08 19:36:00 +02:00
|
|
|
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).
|
2012-04-30 08:52:57 +02:00
|
|
|
|
|
|
|
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
|
2012-07-25 14:05:12 +02:00
|
|
|
--------------------
|
2013-04-25 13:10:50 +02:00
|
|
|
|
2012-04-30 08:52:57 +02:00
|
|
|
The following command line options are available:
|
|
|
|
|
2012-10-30 20:05:54 +01:00
|
|
|
-h, --help
|
2013-06-17 17:41:59 +02:00
|
|
|
Show this help message and exit.
|
2012-10-30 20:05:54 +01:00
|
|
|
|
2012-04-30 08:52:57 +02:00
|
|
|
-a, --address=ADDRESS
|
2013-06-17 17:41:59 +02:00
|
|
|
IP Address to listen on. Default: 0.0.0.0
|
2012-04-30 08:52:57 +02:00
|
|
|
|
2012-10-30 20:05:54 +01:00
|
|
|
-p PORT, --port=PORT
|
2013-06-17 17:41:59 +02:00
|
|
|
Port to listen on. Default: 8000 (start as admin/root: 80)
|
2012-04-30 08:52:57 +02:00
|
|
|
|
|
|
|
--syncdb
|
2013-06-17 17:41:59 +02:00
|
|
|
Update/create database before starting the server.
|
|
|
|
|
|
|
|
--backupdb=BACKUP_PATH
|
|
|
|
Make a backup copy of the database to BACKUP_PATH.
|
2012-04-30 08:52:57 +02:00
|
|
|
|
|
|
|
--reset-admin
|
2013-06-17 17:41:59 +02:00
|
|
|
Make sure the user 'admin' exists and uses 'admin' as
|
|
|
|
password.
|
2012-10-30 20:05:54 +01:00
|
|
|
|
|
|
|
-s SETTINGS, --settings=SETTINGS
|
2013-06-17 17:41:59 +02:00
|
|
|
Set the path to the settings file.
|
2012-10-30 20:05:54 +01:00
|
|
|
|
2013-04-24 14:26:09 +02:00
|
|
|
--no-browser
|
|
|
|
Do not automatically start web browser.
|
|
|
|
|
2013-06-17 17:41:59 +02:00
|
|
|
--no-reload
|
|
|
|
Do not reload the web server.
|
|
|
|
|
|
|
|
--no-run
|
|
|
|
Do not start the web server.
|
|
|
|
|
2012-12-10 20:29:00 +01:00
|
|
|
--version
|
|
|
|
Show version and exit.
|
2012-04-30 08:52:57 +02:00
|
|
|
|
|
|
|
Example 1: Openslides should only be accessible on this computer:
|
2012-12-10 20:29:00 +01:00
|
|
|
openslides -a 127.0.0.1
|
2012-04-30 08:52:57 +02:00
|
|
|
|
|
|
|
Example 2: Like above, but also specify the port as 8080
|
2012-12-10 20:29:00 +01:00
|
|
|
openslides -a 127.0.0.01 -p 8080
|
2012-04-30 08:52:57 +02:00
|
|
|
|
|
|
|
|
|
|
|
Supported operating systems and browsers
|
|
|
|
========================================
|
2013-04-25 13:10:50 +02:00
|
|
|
|
2012-07-25 14:05:12 +02:00
|
|
|
Operating Systems (OpenSlides runs anywhere where Pyhton is running):
|
|
|
|
Windows XP or newer (32 and 64bit)
|
|
|
|
MacOS X
|
|
|
|
GNU/Linux
|
2012-04-30 08:52:57 +02:00
|
|
|
|
|
|
|
Browsers:
|
|
|
|
Firefox 3.6+
|
2013-06-17 17:41:59 +02:00
|
|
|
IE 8+
|
2012-04-30 08:52:57 +02:00
|
|
|
Chrome
|
|
|
|
Safari
|