Skip to main content

Presentation and assembly system

Project description

What is OpenSlides?

OpenSlides is a free, web based presentation and assembly system for managing and projecting agenda, motions and elections of an assembly. See https://openslides.org/ for more information.

Requirements

OpenSlides runs everywhere where Python is running (for example on GNU/Linux, Mac or Windows (XP or newer)). On each client you need only a current version of a webbrowser.

Installation

1. Installation on GNU/Linux or Mac OS X

a. Check requirements

Make sure that you have installed Python (>= 3.4) on your system. You also need build-essential packages (build-essential) and header files and a static library for Python (python3-dev).

b. Setup a virtual Python environment (optional)

You can setup a virtual Python environment using the virtual environment (venv) package for Python to install OpenSlides as non-root user.

Note: For Ubuntu 14.04 you have to install the pyvenv binary package python3.4-venv before.

Note: For Ubuntu 16.04 you have to install the pyvenv binary package python3-venv before.

Create your OpenSlides directory and change to it:

$ mkdir OpenSlides
$ cd OpenSlides

Setup and activate the virtual environment:

$ python3 -m venv .virtualenv
$ source .virtualenv/bin/activate
$ pip install --upgrade setuptools pip

c. Install OpenSlides

To install OpenSlides just run:

$ pip install openslides

You can also use the package from the OpenSlides website. Download latest OpenSlides release as compressed tar archive and run:

$ pip install openslides-x.x.tar.gz

This will install all required Python packages (see requirements_production.txt).

d. Start OpenSlides

To start OpenSlides simply run:

$ openslides

If you run this command the first time, a new database and the admin account (Username: admin, Password: admin) will be created. Please change the password after first login!

OpenSlides will start a webserver. It will also try to open the webinterface in your default webbrowser. The server will try to listen on the local ip address on port 8000. That means that the server will be available to everyone on your local network (at least for commonly used network configurations).

If you use a virtual environment (see step b.), do not forget to activate the environment before restart after you closed the terminal:

$ source .virtualenv/bin/activate

To get help on the command line options run:

$ openslides --help

You can store settings, database and other personal files in a local subdirectory and use these files e. g. if you want to run multiple instances of OpenSlides:

$ openslides start --local-installation

2. Installation on Windows

Download the latest portable version of OpenSlides for Windows from OpenSlides website which does not require any install steps. Simply unzip the downloaded file and run openslides.exe.

Development

If you want to contribute to OpenSlides, have a look at OpenSlides website and write us an email. There is also an instruction to install the development version.

In OpenSlides repository you find a Dockerfile but this is not for production use. See our Multi instance backend for OpenSlides for more information.

Installation for big assemblies

The installation steps described above install OpenSlides in a way that does NOT support hundreds of concurrent clients. To install OpenSlides for big assemblies some variables have to be changed in the OpenSlides settings file (usually called settings.py).

The configuration values that have to be altered are:

  • CACHES

  • CHANNEL_LAYERS

  • DATABASES

  • SESSION_ENGINE

You should use a webserver like Apache HTTP Server or nginx to serve the static and media files as proxy server in front of your OpenSlides interface server. You also should use a database like PostgreSQL and Redis as channels backend, cache backend and session engine. Finally you should start some WSGI workers and one or more interface servers (Daphne or Geiss).

Please see the respective section in the DEVELOPMENT.rst and:

Used software

OpenSlides uses the following projects or parts of them:

License and authors

OpenSlides is Free/Libre Open Source Software (FLOSS), and distributed under the MIT License, see LICENSE file. The authors of OpenSlides are mentioned in the AUTHORS file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openslides-2.1.1.tar.gz (3.3 MB view details)

Uploaded Source

Built Distribution

openslides-2.1.1-py3-none-any.whl (3.6 MB view details)

Uploaded Python 3

File details

Details for the file openslides-2.1.1.tar.gz.

File metadata

  • Download URL: openslides-2.1.1.tar.gz
  • Upload date:
  • Size: 3.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for openslides-2.1.1.tar.gz
Algorithm Hash digest
SHA256 b8d8fa0fb408b5989c07771c572302902e98e616825249b4274e8a52b4a2ad5b
MD5 b4e631c2bb984bfc4d7173ec82c17ffd
BLAKE2b-256 8c76c9f10946ba7e979fe2f49b7a0a3aad62e496c6ad22529f207870db51ee97

See more details on using hashes here.

File details

Details for the file openslides-2.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for openslides-2.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4e5869c78d1d99d4fb0d6a34e525052ef6cf53986761fb793a7b79fcccf0e64a
MD5 77e849cd325bb652fa4b6b31631b4d2d
BLAKE2b-256 68fb69572f0f9c186ad86e437689c01dbe44cfe7b0f8f42014ad671d8afefd83

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page