NOTE This is a fork of Meet Democracy Consul.
Our sincere thanks and appreciation go out to Consul Project for the incredible work and support they have provided.
Meet democracy platform allows the participants of your community to debate and vote on legislation, budget and more. Our goal is to make community development easy. We intend to democratize community participation by making it accessible to all. We recognize the importance of having access to a democratic and trustworthy platform. Give your community citizens the freedom to express themselves.
-
Install govuk-frontend package for GOV.UK design System to enhance the user interface and design of the application. The GOV.UK Design System, available at https://design-system.service.gov.uk/, provides a set of reusable components, styles and Patterns.
-
Add @import "govuk/all" in application.scss to import the necessary CSS and JS.
Clone the project
git clone https://github.com/netoum/meetdemocracy-consul.git
Go to the project directory
cd meetdemocracy-consul
Install dependencies
bundle install
Configure the database and secrets
cp config/database.yml.example config/database.yml
cp config/secrets.yml.example config/secrets.yml
Setup the database
bin/rake db:create
bin/rake db:migrate
bin/rake db:dev_seed
Start the server
bin/rake s
You can use the default admin user from the seeds file:
user: admin pass: meetdemocracy
But for some actions like voting, you will need a verified user, the seeds file also includes one:
user: verified pass: meetdemocracy