2012-11-25 00:28:41 +01:00
|
|
|
==================================
|
|
|
|
English README file for OpenSlides
|
|
|
|
==================================
|
2012-04-30 08:52:57 +02:00
|
|
|
|
2013-01-09 21:40:54 +01:00
|
|
|
This is OpenSlides, version 1.4.0 (unreleased).
|
2012-04-30 08:52:57 +02:00
|
|
|
|
|
|
|
|
|
|
|
What is OpenSlides?
|
|
|
|
===================
|
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
|
|
|
|
===============
|
2012-07-25 14:05:12 +02:00
|
|
|
Install and start OpenSlides as described in the INSTALL.txt.
|
|
|
|
|
|
|
|
If you need help please contact the OpenSlides team on public mailing
|
2012-11-25 00:28:41 +01:00
|
|
|
list or read the OpenSlides manual. See http://openslides.org.
|
2012-07-25 14:05:12 +02:00
|
|
|
|
|
|
|
|
|
|
|
The start script of 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
|
|
|
|
2012-07-25 14:05:12 +02:00
|
|
|
will start OpenSlides using djangos development server. It will also
|
|
|
|
try to open OpenSlides in your default webbrowser.
|
2012-04-30 08:52:57 +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).
|
|
|
|
|
|
|
|
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
|
|
|
--------------------
|
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
|
|
|
|
Shows all options
|
|
|
|
|
2012-04-30 08:52:57 +02:00
|
|
|
-a, --address=ADDRESS
|
|
|
|
Changes the address on which the server will listen for connections
|
|
|
|
|
2012-10-30 20:05:54 +01:00
|
|
|
-p PORT, --port=PORT
|
2012-04-30 08:52:57 +02:00
|
|
|
Changes the port on which the server will listen for connections
|
|
|
|
|
|
|
|
--syncdb
|
2012-10-30 20:05:54 +01:00
|
|
|
Creates/updates database before starting the server
|
2012-04-30 08:52:57 +02:00
|
|
|
|
|
|
|
--reset-admin
|
2012-10-30 20:05:54 +01:00
|
|
|
Resets the password to 'admin' for user 'admin'
|
|
|
|
|
|
|
|
-s SETTINGS, --settings=SETTINGS
|
|
|
|
Sets the path to the settings file.
|
|
|
|
|
|
|
|
--no-reload
|
|
|
|
Does not reload the development 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
|
|
|
|
========================================
|
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+
|
|
|
|
IE 7+
|
|
|
|
Chrome
|
|
|
|
Safari
|