Installation
Support Table
Decidim Version | Supported? |
---|---|
0.24 | no |
0.26 | no |
0.27 | no |
0.28 | yes |
0.29 | yes |
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
Name | Description | Default Value |
---|---|---|
DECIDIM_REST_QUEUE_NAME | Name of the queue used by the module | default |
DECIDIM_REST_LOADBALANCER_IPS | CSV of ips to a loadbalancer to safely save host attribute. See Safe Host Update | 127.0.0.1, ::1 |
DOCS_URL | Base URL for this doc, to build the documentation website | https://octree-gva.github.io/decidim-rest-full |