vilanovailageltru / decidim-vilanova

Participatory Democracy platform of Vilanova i la Geltrú

Home Page:http://participa.vilanova.cat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decidim Vilanova

Docker Hub

Update Decidim

To update the Decidim installation on this project, first we update Gemfile dependencies, then we call the Decidim upgrade script and then we apply migrations (if any)

  • bundle update decidim decidim-dev
  • bin/rails decidim:upgrade
  • bin/rails db:migrate

Development

Development environment installation

  • Install development environment (Ruby 2.4+, PostgreSQL 9.4+). Check the following guide for instructions on different OS: https://gorails.com/setup/
  • Clone the repository: git clone git@github.com:vilanovailageltru/decidim-vilanova.git
  • cd decidim-vilanova
  • Install dependencies: bundle install
  • Setup database: bin/rails db:setup
  • Add fake data to the database: bin/rails db:seed
  • Launch development server: bin/rails server

More information can be found in the Decidim github repository: https://github.com/decidim/decidim

Testing emails in development

Decidim is using the letter_opener_web gem. To see all emails sent in the development environment you can do it by visiting the https://localhost:3000/letter_opener URL.

About

Participatory Democracy platform of Vilanova i la Geltrú

http://participa.vilanova.cat

License:GNU Affero General Public License v3.0


Languages

Language:HTML 88.5%Language:Ruby 10.3%Language:CSS 0.6%Language:JavaScript 0.5%Language:SCSS 0.0%Language:Shell 0.0%