Go to file
Finn Stutzenstein 8c57d911a3
Merge pull request #5486 from GabrielInTheWorld/submodule-update
Submodule update backend
2020-07-29 08:35:40 +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 If mkcert is not available, create certificates using openssl 2020-07-24 17:32:28 +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@d2398df883 Submodule update backend 2020-07-27 12:02: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 Fixes setup for auth-service 2020-07-28 14:23:28 +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.