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)

Get the binstubs

bundle binstub decidim-rest_full

Environment variables

NameDescriptionDefault Value
DECIDIM_REST_QUEUE_NAMEName of the queue used by the moduledefault
DECIDIM_REST_LOADBALANCER_IPSCSV of ips to a loadbalancer to safely save host attribute. See Safe Host Update127.0.0.1, ::1
DOCS_URLBase URL for this doc, to build the documentation websitehttps://octree-gva.github.io/decidim-rest-full