Free Open-Source participatory democracy, citizen participation and open government for cities and organizations
This is the open-source repository for decidim_gijon, based on Decidim.
You will need to do some steps before having the app working properly once you have deployed it:
- Create a System Admin user:
bin/rails decidim_system:create_admin - Visit
<your app url>/systemand login with your system admin credentials - Create a new organization. Check the locales you want to use for that organization, and select a default locale.
- Set the correct default host for the organization, otherwise the app will not work properly. Note that you need to include any subdomain you might be using.
- Fill the rest of the form and submit it.
You are good to go!
- The module Group Registrations. Allows to register a group directly on the sign up page.
- Extra fields for the user registration/account (Name, Surname, Gender, Birthdate, DNI). Data save into
extended_data. - Allows the user to hide their public profile
For the main application:
bundle exec rspec spec
For the group_registration sub-module:
bundle exec rspec decidim-group_registrations
docker build .