Octree |
Contact Us |
Our Blog (FR)
Decidim |
Decidim Docs |
Participatory Governance (meta decidim)
Decidim Community (Matrix+Element.io)
This module removes newsletters from Decidim, to use external newsletters, sponsored by the Lausanne Participe platform.
Participation is wide, and can use many digital tools. To have a broader newsletter, that includes the whole participation space of the city we need:
- Subscribers to the newsletters don't need an account to subscribe, just an email
- The newsletter sending need to be managed by a restricted group of persons.
- The form to register to the newsletter needs to be included in every digital spaces involving participation.
This gem removes functionnalities, and add very little to the instance. The database is not afftected, but we give some Rake Tasks to comply to RGPD and clean previously installed Decidim.
Add this line to your application's Gemfile:
gem "decidim-external_newsletter"
And then execute:
bundle
bundle exec rake test_app
Run a postgres database and load env vars
docker-compose up -d
source .env.local
Run if you haven't already:
bundle
And then
rake decidim:generate_external_development_app
Setup and run the decidim development server
cd development_app
rails db:migrate
rails db:seed
rails s
Access your local environment localhost:3000
See Decidim.
This engine is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE