Go to file
Finn Stutzenstein a2da322a4d
Merge pull request #5268 from OpenSlides/autoupdate-interface
Fix autoupdate interface
2020-03-23 14:44:09 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2019-08-06 11:22:13 +02:00
docs Merge pull request #5268 from OpenSlides/autoupdate-interface 2020-03-23 14:44:09 +01:00
haproxy Integrating the client and datastore into the main repo: 2020-02-26 14:47:13 +01:00
logo Updated improved OpenSlides logo. 2019-09-13 13:25:41 +02:00
openslides-client@cddc802cee Updated Client 2020-03-17 08:58:17 +01:00
openslides-datastore-service@4325e10af1 Production build uses commit hashes from submodules 2020-02-28 13:16:29 +01:00
.gitignore Production build uses commit hashes from submodules 2020-02-28 13:16:29 +01:00
.gitmodules Integrating the client and datastore into the main repo: 2020-02-26 14:47:13 +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 Production build uses commit hashes from submodules 2020-02-28 13:16:29 +01:00
LICENSE Prepared repository for OpenSlides 4. Removed OpenSlides 3 code. 2020-01-05 14:16:23 +01:00
Makefile Production build uses commit hashes from submodules 2020-02-28 13:16:29 +01:00
README.md Integrating the client and datastore into the main repo: 2020-02-26 14:47:13 +01:00
docker-compose.dev.yml Integrating the client and datastore into the main repo: 2020-02-26 14:47:13 +01:00
docker-compose.prod.yml Production build uses commit hashes from submodules 2020-02-28 13:16:29 +01:00
docker-compose.yml Integrating the client and datastore into the main repo: 2020-02-26 14:47:13 +01:00
services.env Integrating the client and datastore into the main repo: 2020-02-26 14:47:13 +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.

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.