Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 873 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 873 Bytes

decidim_coopmmunity

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

This is the open-source repository for decidim_coopmmunity, 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!