Octree |
Contact Us |
Our Blog (FR)
Decidim |
Decidim Docs |
Participatory Governance (meta decidim)
Decidim Community (Matrix+Element.io)
Component for create forms in a participatory space, sponsored by the Mkutano Community.
OnlyForms will be available as a Component for a Participatory Space.
Add this line to your application's Gemfile:
gem "decidim-only_forms"
And then execute:
bundle
bundle exec rails decidim_only_forms:install:migrations
bundle exec rails db:migrate
bundle exec rake test_app
Run a postgres database
docker-compose up -d
Run if you haven't already:
bundle
And then
rake decidim:generate_external_development_app
Setup and run the decidim development server
source ./dev_app_vars
cd development_app
rails db:migrate
rails db:seed
rails s
Access your local environment localhost:3000
See Decidim.
This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE