Skip to main content

Installation

Support Table

Decidim VersionSupported?
0.24no
0.26no
0.27no
0.28yes
0.29yes

Install the rest-full integration

Add the gem to your Gemfile

gem "decidim-rest_full", "~> 0.0.1"

Install the module

bundle install

Copy migrations files

bundle exec rails decidim_rest_full:install:migrations

Migrate

bundle exec rails db:migrate

(you can make sure migrations pass with bundle exec rails db:migrate:status)