Octree |
Contact Us |
Our Blog (FR)
Decidim |
Decidim Docs |
Participatory Governance (meta decidim)
Decidim Community (Matrix+Element.io) |
Original Sources
This is a fork from decidim-module-extra_user_fields, developed by Populate Tools. This repository adapt the fields to match needs of the Mkutano community, Canada.
- Allows to collect and manage some extra user fields on registration and profile edition.
- Adds a link in admin participants panel to download users of organization in several formats.
Add this line to your application's Gemfile:
Only Decidim 0.24 is supported:
gem "decidim-extra_user_fields", git: "https://github.com/octree-gva/decidim-module-mkutano-extra_user_fields", branch: "release/0.24-stable"
And then execute:
bundle
Run if you haven't already:
bundle
And then
rake decidim:generate_external_development_app
Run a postgres database
docker-compose up -d
Setup and run the decidim development server
cd development_app
export DATABASE_USERNAME=decidim DATABASE_PASSWORD=my-insecure-password RAILS_ENV=development
rails db:migrate
rails db:seed
rails s
Access your local environment localhost:3000
We are not ready yet for contributions.
This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE