Go to file
FinnStutzenstein ded12bbea4
Smaller timeouts for HaProxy
This is needed to quickly detect the downage from a service. With these timeouts 12 seonds are needed for HaProxy to return an initial 503. All other 503 are instance since the service is not detected up again.
2020-07-28 10:49:09 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2019-08-06 11:22:13 +02:00
docs OS4 Schema: agenda items have tags 2020-07-17 08:38:55 +02:00
haproxy Smaller timeouts for HaProxy 2020-07-28 10:49:09 +02:00
logo Updated improved OpenSlides logo. 2019-09-13 13:25:41 +02:00
openslides-auth-service@ee5fbeead5 Update submodules 2020-07-22 16:21:46 +02:00
openslides-autoupdate-service@ce94d13217 Use HTTPS in development mode 2020-07-24 10:58:39 +02:00
openslides-backend@6d102dc199 Update autoupdate, backend, client 2020-07-09 11:56:00 +02:00
openslides-client@197d552083 Use HTTPS in development mode 2020-07-24 10:58:39 +02:00
openslides-datastore-service@147f02fbee Update submodules 2020-07-22 16:21:46 +02:00
.gitignore Use HTTPS in development mode 2020-07-24 10:58:39 +02:00
.gitmodules Adds submodule openslides-auth-service 2020-07-14 16:21:49 +02:00
AUTHORS changed email 2019-08-08 08:07:29 +02:00
CHANGELOG.md Prepared repository for OpenSlides 4. Removed OpenSlides 3 code. 2020-01-05 14:16:23 +01:00
DEVELOPMENT.md Use HTTPS in development mode 2020-07-24 10:58:39 +02:00
LICENSE Prepared repository for OpenSlides 4. Removed OpenSlides 3 code. 2020-01-05 14:16:23 +01:00
Makefile Use HTTPS in development mode 2020-07-24 10:58:39 +02:00
README.md Use HTTPS in development mode 2020-07-24 10:58:39 +02:00
dc-dev.sh Fixed client startup 2020-07-06 09:14:03 +02:00
docker-compose.dev.yml Adds submodule openslides-auth-service 2020-07-14 16:21:49 +02:00
docker-compose.prod.yml Adds submodule openslides-auth-service 2020-07-14 16:21:49 +02:00
docker-compose.yml Update images 2020-07-23 12:16:35 +02:00
services.env Adds submodule openslides-auth-service 2020-07-14 16:21:49 +02:00

README.md

OpenSlides

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.com for more information.

Note: OpenSlides 4 is currently under development.

Architecture of OpenSlides 4

System architecture of OpenSlides 4

Read more about our concept of OpenSlides 4.0.

Installation

NOTE: Do not use prod at the moment. It will not work. Please refer to the DEVELOPMENT.md!

Required software: Docker, docker-compose, make, git

For a non-development setup, clone this repo and run it via docker compose. The make command is a handy shortcut for this:

$ git clone git@github.com:OpenSlides/OpenSlides.git
$ cd OpenSlides
$ git checkout openslides4-dev  # needed, until OS4 is released
$ make run-prod

For a development setup, refer to the development docs

Used software

OpenSlides uses the following projects or parts of them:

  • Several Python packages (see TODO)
  • Several JavaScript packages (see TODO)
  • TODO

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.