Skip to content

Platoniq/decidim-inspire

Repository files navigation

Decidim INSPIRE

[CI] Lint [CI] Test Maintainability

Free Open-Source participatory democracy, citizen participation and open government for cities and organizations

This is the open-source repository for decidim_inspire, based on Decidim.

Setting up the application

You will need to do some steps before having the app working properly once you have deployed it:

  1. Create a System Admin user: bin/rails decidim_system:create_admin
  2. Visit <your app url>/system and login with your system admin credentials
  3. Create a new organization. Check the locales you want to use for that organization, and select a default locale.
  4. Set the correct default host for the organization, otherwise the app will not work properly. Note that you need to include any subdomain you might be using.
  5. Fill the rest of the form and submit it.

You are good to go!