Loomio is software that aims to enable democratic decision making in all kinds of organisations.
$ cd /dir/to/loomio/
$ bundle install
$ cp config/database.example.yml config/database.yml
$ bundle exec rake db:setup
$ bundle exec rake db:seed
Currently under a GPLv2(?) License.