7c6fe46946
Updated autoupdate service |
||
---|---|---|
.github | ||
dev-commands | ||
docker | ||
docs | ||
logo | ||
openslides-auth-service@c2b69fa41b | ||
openslides-autoupdate-service@4bf228dd0e | ||
openslides-backend@eb1e7fd9ce | ||
openslides-client@ad60323976 | ||
openslides-datastore-service@07a8022b46 | ||
openslides-icc-service@e38eac0705 | ||
openslides-manage-service@74460b6999 | ||
openslides-media-service@6db3ecb09e | ||
openslides-permission-service@4b058fe85f | ||
proxy | ||
.gitignore | ||
.gitmodules | ||
AUTHORS | ||
CHANGELOG.md | ||
db.sh | ||
dc-dev.sh | ||
DEVELOPMENT.md | ||
LICENSE | ||
Makefile | ||
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
Read more about our concept of OpenSlides 4.0.
Installation
Requirements
You need Docker and Docker Compose.
Setup OpenSlides
Go to a nice place in your filesystem, 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/manage
$ chmod +x manage
Create configuration files:
$ ./manage setup --cwd # TODO: Provide instruction using XDG_DATA_PATH.
Build and start Docker containers. According to your Docker installation you may have to run this as root:
$ docker-compose up --detach
Setup initial-data:
$ ./manage initial-data
Now you can open http://localhost:8000 and use OpenSlides.
To stop OpenSlides run:
$ docker-compose stop
To remove all containers including the complete database run:
$ docker-compose rm
Installation with ...
TODO: Provide a short instruction for setup with Docker Swarm or Kubernetes or something else.
Development setup
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.