Go to file
FinnStutzenstein cd007b0950
Update images
2020-07-23 12:16:35 +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 Update images 2020-07-23 12:16:35 +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@94c3da7f70 Update autoupdate, backend, client 2020-07-09 11:56:00 +02:00
openslides-backend@6d102dc199 Update autoupdate, backend, client 2020-07-09 11:56:00 +02:00
openslides-client@065b42afff Update submodules 2020-07-22 16:21:46 +02:00
openslides-datastore-service@147f02fbee Update submodules 2020-07-22 16:21:46 +02:00
.gitignore Ignore venv 2020-07-16 15:10:57 +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 Integrate the autoupdate and backend service 2020-06-18 12:43:06 +02:00
LICENSE Prepared repository for OpenSlides 4. Removed OpenSlides 3 code. 2020-01-05 14:16:23 +01:00
Makefile Fixed client startup 2020-07-06 09:14:03 +02:00
README.md Integrating the client and datastore into the main repo: 2020-02-26 14:47:13 +01: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

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.