digidemlab / decidim-ansible

A script to automate the installation and the set up of a Decidim instance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decidim-Ansible

This Ansible playbook sets up all the necessary components for your Decidim app and installs it from a pre-generated app sitting on a git repo.

To make it work with your app, you need to set a handful of things:

  • Sidekiq
  • Figaro
  • Passenger

Requirements

Ansible >= 2.8

Role Variables

All roles variable can be overridden. Default values can be found in roles/common_settings/default/main.yml.

Quick start

  • Create a clean Ubuntu 18.04 server
  • Run the playbook

Credits

Made with a lot of help from:

About

A script to automate the installation and the set up of a Decidim instance

License:GNU Affero General Public License v3.0


Languages

Language:Jinja 69.1%Language:Shell 30.9%