Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 2.2 KB

README.md

File metadata and controls

83 lines (63 loc) · 2.2 KB

Decidim - Octree Participatory democracy on a robust and open source solution

MKUTANO is a participatory platform where black canadians can effectively & democratically organize at scale

Decidim::OnlyForms

Component for create forms in a participatory space, sponsored by the Mkutano Community.

Usage

OnlyForms will be available as a Component for a Participatory Space.

Installation

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

Testing

    bundle exec rake test_app

Local development

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

Contributing

See Decidim.

License

This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE



Decidim Installation by Octree