Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 574 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 574 Bytes

demo_decidim_org

Citizen Participation and Open Government application.

Demo application, being used on:

This is the open-source repository for demo_decidim_org, based on Decidim.

Installation

You can install it with Docker and Docker Compose, with these commands:

git clone https://github.com/decidim/demo.decidim.org
cd demo.decidim.org
cp .env.example .env
docker-compose up -d
docker-compose run --rm exec app rails db:seed