GithubHelp home page GithubHelp logo

openslides-docker's Introduction

Openslides pipeline status

This repository helps to install a small Openslides server for your digital elections and conferences.

The image gets updated and rebuilt every week automatically.

More information on Openslides here

More information on the installation process here (not for smaller/simpler installations)

Prerequisites

Optional (recommended) prerequisites

Installation

  • First login to your server and clone (download) the git repository with git clone https://gitlab.com/Maxkolbe/openslides.git
  • Then change directory into the newly created folder with cd openslides

Installation with docker or podman

Run the openslides container

docker run -d --name openslides \
  --user root:root \
  -p 8000:8000 \
  -v $PWD/settings.py:/root/.config/openslides/settings.py:rw \
  -v $PWD/openslides:/root/.local/share/openslides:rw \
  registry.gitlab.com/maxkolbe/openslides:latest \
  openslides

Run the nginx reverse proxy container

docker run -d --name nginx \
        -p 80:80 \
        -p 443:443 \
        -v $PWD/conf.d:/etc/nginx/conf.d:ro \
        -v $PWD/tls/key.pem:/etc/nginx/cert.key:ro \
        -v $PWD/tls/cert.pem:/etc/nginx/cert.crt:ro \
        -v $PWD/ssl.conf:/etc/nginx/ssl.conf:ro \
        -v $PWD/nginx.conf:/etc/nginx/nginx.conf:ro \
        docker.io/library/nginx:stable-alpine

If you don't have the certificates yet, leave the two -v $PWD/tls/... lines out.

If you have the certificates remove the # from the #include /etc/nginx/ssl.conf line inside conf.d/slides.conf file!

openslides-docker's People

Contributors

schlauerlauer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.