Go to file
Emanuel Schütze 94263da223
Updated autoupdate service (#6446)
2022-06-20 16:01:22 +02:00
.github Use version 4.0.0-beta (#6389) 2022-03-26 06:33:33 +01:00
dev-commands Speed up the 'make run-dev' command (#6362) 2022-02-16 16:19:58 +01:00
docker Updated services + Add OpenTelemetry (#6434) 2022-06-08 16:46:14 +00:00
integration Updated services (#6421) 2022-05-16 17:36:36 +00:00
localprod add local production setup 2021-12-10 12:45:06 +01:00
logo Updated improved OpenSlides logo. 2019-09-13 13:25:41 +02:00
openslides-auth-service@3394f64c90 Updated services (#6445) 2022-06-17 18:51:59 +02:00
openslides-autoupdate-service@3db17ae68a Updated autoupdate service (#6446) 2022-06-20 16:01:22 +02:00
openslides-backend@a363c9694b Updated services (#6445) 2022-06-17 18:51:59 +02:00
openslides-client@fd753ea41f Updated services (#6445) 2022-06-17 18:51:59 +02:00
openslides-datastore-service@2c4d872bfa Updated services + Add OpenTelemetry (#6434) 2022-06-08 16:46:14 +00:00
openslides-icc-service@0d8cece832 Updated client,AU,icc,vote (#6437) 2022-06-10 12:13:16 +00:00
openslides-manage-service@20d7b12fcd Updated services (#6429) 2022-05-25 18:39:28 +02:00
openslides-media-service@db6b4ecb8d Updated services 2022-01-07 20:21:11 +01:00
openslides-vote-service@9d8675257f Updated client,AU,icc,vote (#6437) 2022-06-10 12:13:16 +00:00
proxy proxy: check ALLOWED_HOSTS only for client requests (#6328) 2022-01-12 17:11:21 +01:00
.gitignore Integration tests using cypress 2021-09-16 17:16:51 +02:00
.gitmodules Issue6417 last modules set to main (#6418) 2022-05-11 11:33:52 +00:00
AUTHORS Updated services and AUTHORS (#6395) 2022-03-30 13:31:23 +02:00
CHANGELOG.md Prepared repository for OpenSlides 4. Removed OpenSlides 3 code. 2020-01-05 14:16:23 +01:00
DEVELOPMENT.md Documentation improvements (#6350) 2022-02-16 11:24:50 +00:00
LICENSE Prepared repository for OpenSlides 4. Removed OpenSlides 3 code. 2020-01-05 14:16:23 +01:00
Makefile Updated services + Add OpenTelemetry (#6434) 2022-06-08 16:46:14 +00:00
README.md Update README.md 2021-11-30 22:03:19 +01:00
db.sh Permission Service 2020-11-17 07:49:14 +01:00
dc-dev.sh Prod setup 2020-10-28 08:46:03 +01:00
services-to-main.sh cleanup services-to-main.sh (#6372) 2022-02-25 15:16:36 +01: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.

Using OpenSlides productively

OpenSlides 4 (this) is currently in beta version!

If you are just looking to use OpenSlides in a productive manner, please refer to the OpenSlides 3.4 (stable)

Installation

Requirements

You need Docker and Docker Compose.

Setup OpenSlides

For a productive setup of OpenSlides get the OpenSlides manage tool from GitHub and make it executable. E. g. run:

$ wget https://github.com/OpenSlides/openslides-manage-service/releases/download/latest/openslides
$ chmod +x openslides

Then follow the instructions outlined in the OpenSlides Manage Service.

Development

For further information about developing OpenSlides, refer to the development readme.

Architecture of OpenSlides 4

System architecture of OpenSlides 4

Read more about our concept of OpenSlides 4.0.

The technical documentation about the internals, requests and functionality can be found in the wiki.

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.