Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 3.4 KB

README.md

File metadata and controls

49 lines (35 loc) · 3.4 KB

Decidim - Octree Participatory democracy on a robust and open source solution



This app is a Ruby on Rails app running Decidim for participer.ge.ch, the official participatory platform for the state of Geneva. This app uses Octree's Decidim version, used for all Octree projects.

Infrastructure

This application's infrastructure is under the responsibility of Office cantonal des systèmes d'information et du numérique (OCSIN). They fully deploy the application into their infrastructures after strict security pipelines. Underlying infrastructure can not be disclosed at this time.

Docker

A docker image is used for deployment, the docker image is ready for production, with some common configurations for RoR production images. The docker image includes:

Core Customizations

This app uses an Octree version of Decidim, where we do as few changes as possible to stay near the main branch. The updates concern mainly theming and exploitation:

  • The main body class has a class for each organization. This allows having multi-tenant instances with different custom themes
  • The theme is customized to overload the Foundation for Sites library
  • Logs of the system are done on a daily matter, to isolate issues faster
  • Puma is optimized and uses a custom SSL certificate, served by the OCSIN











Decidim Installation by Octree