https://github.com/populatetools/decidim-vera
https://github.com/populatetools/decidim-vera
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/populatetools/decidim-vera
- Owner: PopulateTools
- License: agpl-3.0
- Created: 2024-10-11T04:37:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T06:04:51.000Z (over 1 year ago)
- Last Synced: 2026-01-27T22:40:22.247Z (5 months ago)
- Language: HTML
- Size: 1.71 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-AGPLv3.txt
Awesome Lists containing this project
README
# decidim_vera
Free Open-Source participatory democracy, citizen participation and open government for cities and organizations
This is the open-source repository for decidim_vera, based on [Decidim](https://github.com/decidim/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`
1. Visit `/system` and log in with your system admin credentials
1. Create a new organization. Check the locales you want to use for that organization, and select a default locale.
1. 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.
1. Fill the rest of the form and submit it.
You are good to go!