Sha256: 0eb96481d05c220e2faf33064358c4948917393aaf03d51c2ca345883053fd86

Contents?: true

Size: 1.5 KB

Versions: 12

Compression:

Stored size: 1.5 KB

Contents

# Decidim::Elections

:warning: This module is under development and is not ready to be used in production.

The Elections module adds elections to any participatory space.

## Usage

Elections will be available as a Component for a Participatory Space.

In order to celebrate [End-to-end auditable votings](https://en.wikipedia.org/wiki/End-to-end_auditable_voting_systems) using the Elections module, you will need to connect your Decidim instance with an instance of the [Decidim Bulletin Board application](https://github.com/decidim/decidim-bulletin-board/). To create this connection, please check the [instructions](https://docs.decidim.org/en/services/elections_bulletin_board/).

## Installation

Add this line to your application's Gemfile:

```ruby
gem "decidim-elections"
```

And then execute:

```bash
bundle
```

## Configuration

### Scheduled tasks

For the Elections module to function as expected, there are some background tasks that should be scheduled to be executed regularly. Alternatively you could use `whenever` gem or the scheduled jobs of your hosting provider.

You can configure it with `crontab -e`, for instance if you've created your Decidim application on /home/user/decidim_application:
```
# Remove census export files
0 0 * * * cd /home/user/decidim_application && RAILS_ENV=production bundle exec rake decidim_votings_census:delete_census_access_codes_export
```


## Contributing

See [Decidim](https://github.com/decidim/decidim).

## License

See [Decidim](https://github.com/decidim/decidim).

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
decidim-elections-0.27.9 README.md
decidim-elections-0.27.8 README.md
decidim-elections-0.27.7 README.md
decidim-elections-0.27.6 README.md
decidim-elections-0.27.5 README.md
decidim-elections-0.27.4 README.md
decidim-elections-0.27.3 README.md
decidim-elections-0.27.2 README.md
decidim-elections-0.27.1 README.md
decidim-elections-0.27.0 README.md
decidim-elections-0.27.0.rc2 README.md
decidim-elections-0.27.0.rc1 README.md