Go to file
Ludwig Reiter 38ac9c2838 Fix type. 2021-10-08 09:14:29 +02:00
.github Fix checksum 2021-10-06 15:43:00 +02:00
dev-commands Updated README. Updated initial-data.json to new format. Updated example-data.json to new format. Updated backend and datastore. Disabled check of unmigrated initial data. Added announcement workflow. 2021-08-31 22:00:25 +02:00
docker Fix example & initial data 2021-10-06 12:54:52 +02:00
docs Fix type. 2021-10-08 09:14:29 +02:00
integration Integration tests using cypress 2021-09-16 17:16:51 +02:00
logo Updated improved OpenSlides logo. 2019-09-13 13:25:41 +02:00
openslides-auth-service@3466fcfd0a Updated services 2021-09-24 11:34:17 +02:00
openslides-autoupdate-service@75ef01ef15 Updates services 2021-10-07 16:33:38 +02:00
openslides-backend@2dc2fdc3f6 Updates services 2021-10-07 16:33:38 +02:00
openslides-client@690959d254 Updates services 2021-10-07 16:33:38 +02:00
openslides-datastore-service@188b6bf479 Updates services 2021-10-07 16:33:38 +02:00
openslides-icc-service@862b8c0557 (4.0-beta-20210913) Updated services. 2021-09-13 14:16:27 +02:00
openslides-manage-service@324e66754c Updates services 2021-10-07 16:33:38 +02:00
openslides-media-service@969e240dbf Updates services 2021-10-07 16:33:38 +02:00
proxy Add ICC Service 2021-06-29 20:20:59 +02:00
.gitignore Integration tests using cypress 2021-09-16 17:16:51 +02:00
.gitmodules Remove permission service 2021-09-15 16:20:39 +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 Update readme 2021-08-19 12:32:05 +02:00
LICENSE Prepared repository for OpenSlides 4. Removed OpenSlides 3 code. 2020-01-05 14:16:23 +01:00
Makefile Integration tests using cypress 2021-09-16 17:16:51 +02:00
README.md Updated README. Updated initial-data.json to new format. Updated example-data.json to new format. Updated backend and datastore. Disabled check of unmigrated initial data. Added announcement workflow. 2021-08-31 22:00:25 +02: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

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 under heavy development!

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.