Go to file
Emanuel Schütze 714a03c154
Updated services (#6345)
2022-01-28 18:04:11 +00:00
.github Run cypress workflow without docker 2021-11-23 22:47:49 +01: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 Open port 5678 for debugpy in dev (#6340) 2022-01-20 09:24:53 +01:00
integration Updated services (#6345) 2022-01-28 18:04:11 +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@9e252f33cc Updated services 2021-11-04 10:59:15 +01:00
openslides-autoupdate-service@32c1dbc480 Updated services (#6345) 2022-01-28 18:04:11 +00:00
openslides-backend@26788dd5e4 Updated services (#6345) 2022-01-28 18:04:11 +00:00
openslides-client@3d90a3618c Updated services (#6345) 2022-01-28 18:04:11 +00:00
openslides-datastore-service@844d7b1104 Updated services (#6331) 2022-01-14 00:32:03 +00:00
openslides-icc-service@cad37d8fc4 Updated services (#6345) 2022-01-28 18:04:11 +00:00
openslides-manage-service@8209ac5358 Updated services (#6341) 2022-01-21 17:28:53 +01:00
openslides-media-service@db6b4ecb8d Updated services 2022-01-07 20:21:11 +01:00
openslides-vote-service@c84432029b Updated services (#6345) 2022-01-28 18:04:11 +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 Add vote service to OS4 setup 2021-11-17 23:32:40 +01: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 Set various information to "main" (#6325) 2022-01-10 17:46:40 +01:00
LICENSE Prepared repository for OpenSlides 4. Removed OpenSlides 3 code. 2020-01-05 14:16:23 +01:00
Makefile Set various information to "main" (#6325) 2022-01-10 17:46:40 +01: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 make services-to-main.sh more compatible (#6332) 2022-01-18 19:46:13 +00: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.