https://github.com/decidim/metadecidim
This is the repository for the code of Metadecidim community, we experiment with the new features, we are an experimental community
https://github.com/decidim/metadecidim
Last synced: 12 months ago
JSON representation
This is the repository for the code of Metadecidim community, we experiment with the new features, we are an experimental community
- Host: GitHub
- URL: https://github.com/decidim/metadecidim
- Owner: decidim
- Created: 2017-11-09T14:31:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-10T10:40:37.000Z (about 1 year ago)
- Last Synced: 2025-06-10T10:42:56.685Z (about 1 year ago)
- Language: HTML
- Homepage: https://meta.decidim.org
- Size: 5.48 MB
- Stars: 8
- Watchers: 9
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# metadecidim
Citizen Participation and Open Government application.
This is the open-source repository for metadecidim, based on [Decidim](https://github.com/decidim/decidim).
## Deploying the app
An opinionated guide to deploy this app to Heroku can be found at [https://github.com/codegram/decidim-deploy-heroku](https://github.com/codegram/decidim-deploy-heroku).
## Setting up the application
You will need to do some steps before having the app working properly once you've deployed it:
1. Open a Rails console in the server: `bundle exec rails console`
2. Create a System Admin user:
```ruby
user = Decidim::System::Admin.new(email: , password: , password_confirmation: )
user.save!
```
3. Visit `/system` and login with your system admin credentials
4. Create a new organization. Check the locales you want to use for that organization, and select a default locale.
5. 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.
6. Fill the rest of the form and submit it.
You're good to go!
### How to deploy
[](https://heroku.com/deploy)
1. Use the "Deploy to Heroku" button
1. Choose a name for the app, and organization and a tier
1. Fill in the required env vars.
1. Create the app
1. Enable Review Apps for this app (you'll need to create a Pipeline)