Sign inSign up

stebl27/openslides-server

By stebl27

Updated almost 5 years ago

OpenSlides 3.4 stable for RaspberryPi

Image
0

1.0K

stebl27/openslides-server repository overview

OpenSlides 3.4 stable for RaspberryPi Note: OpenSlides uses not only this image but also some other ones also part of this repository. But just follow the following steps. It does all the magic for you.

Short instructions:

  • Install 64bit Raspbian
  • Install docker-io, docker-compose and m4
  • login to your docker repo: docker login
  • git clone -b stable/3.4.x https://github.com/OpenSlides/OpenSlides.git --recurse-submodules
  • cd OpenSlides/
  • git submodule update --init
  • cd docker
  • printf "DJANGO_SECRET_KEY='%s'\n"
    "$(tr -dc 'a-zA-Z0-9' < /dev/urandom | head -c 64)" > secrets/django.env
  • Then change settings in .env file: nano .env One important setting: Set docker repository setting to stebl27.
  • ( set -a; source .env; m4 docker-compose.yml.m4 ) > docker-compose.yml
  • docker-compose up -d

If OpenSlides is not working afterwards it could be that:

  • You have activated ssl but no ssl certificate mounted into the certs folder of the openslides-proxy container. You could easily do this by installing portainer as docker image and edit the openslides-proxy container in the portainer frontend.
  • Sometimes you have to change port mapping of openslides-proxy to another setting and afterwards back again. Why? No idea! But it's working then. :)

For further information see: https://github.com/OpenSlides/OpenSlides/tree/stable/3.4.x

Tag summary

Content type

Image

Digest

Size

231.8 MB

Last updated

almost 5 years ago

docker pull stebl27/openslides-server