Sha256: 12e470a584336a09ac46b0759b719d0df81d6ee486db16b92388e3857dd68872
Contents?: true
Size: 961 Bytes
Versions: 16
Compression:
Stored size: 961 Bytes
Contents
# <%= app_name %> Citizen Participation and Open Government application. This is the open-source repository for <%= app_name %>, 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'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: <email>, password: <password>, password_confirmation: <password>) user.save! ``` 3. Visit `<your app url>/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!
Version data entries
16 entries across 16 versions & 2 rubygems