Business intelligence made simple.
Blazer will be available as a Component for a Participatory Space.
Add this line to your application's Gemfile:
gem 'decidim-blazer'
And then execute:
bundle
install migrations:
bundle exec rake decidim_blazer:install:migrations
then:
bundle exec rake db:migrate
if you want to use your production database with the current user, set it in config/secrets.yml
blazer:
use_production_database: true
else set BLAZER_DATABASE_URL
env
See Decidim.
This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.