Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.34 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.34 KB

Decidim::Ptp

A Decidim module that encapsulates following capabilities:

  1. decidim-budgets_booth module, which overrides the voting process.
  2. decidim-l10n module, that provides different formats for dates and times.
  3. decidim-sms-twilio module, which provides Twilio SMS integration.
  4. decidim-smsauth module, that provides SMS based authentication implementation.

You may add a selection of the these modules, in which case, please refer to the documentation of those modules readme file.

Installation

Add the following to your application's Gemfile:

gem "decidim-ptp", github: "Pipeline-to-Power/decidim-module-ptp"

By the time of providing this documentation, this gem was not added to rubygems. If the gem has been added to the rubygems, you can install it directly from there using the following line in your application's Gemfile:

gem "decidim-ptp"

And then execute:

bundle

Configuration

Please refer to each of the sub-modules configurations.

Contributing

See Decidim.

Testing

Each module has its own tests; please refer to each module for testing each module.

License

See LICENSE-AGPLv3.txt.