Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 781 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 781 Bytes

Turku - Decidim

Turku Decidim instance for the "Asukasbudjetti" service. You can find the live service from this domain:

https://asukasbudjetti.turku.fi/

The platform is based on Decidim.

For documentation and further guidance about the framework, see Decidim Docs.

Gettings started

Clone this repository and run:

$ bundle exec db:create db:migrate
$ bundle exec db:seed

Make sure to run these two commands separately.

More information available from Decidim's own Getting started guide.

Update the git gems

If you want to update the gems loaded from Git, run the following with the gem's name:

$ bundle update --source "decidim"