A1fonsoMoreno / votingrightsact.us

Voting Rights Amendment Act Petition Site

Home Page:http://votingrightsact.us

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voting Rights Act Petition Site

http://votingrightsact.us

Installation

  1. bundle install
  2. Use the example database.yml mv ./config/example.database.yml ./config/database.yml
  3. Add development and test values to ./config/secrets.yml for the Secret Keys listed below
  4. bundle exec rails s

Secret Keys

There are a series of ENV variables that need to be declared for many of the dependent services. If on Heroku, you can add these via the command line utility heroku config:add {{ key }}="{{ value }}"

You will need to set these values:

  • ADDTHIS_ID
  • CHANGE_API_ID
  • CHANGE_AUTH_KEY
  • CHANGE_AUTH_TOKEN
  • CHANGE_PETITION_ID
  • CHANGE_REQUESTER_EMAIL
  • GOOGLE_ANALYTICS_ID
  • MANDRILL_PASSWORD
  • MANDRILL_USERNAME
  • SUNLIGHT_API_ID
  • TWILIO_ACCOUNT_SID
  • TWILIO_AUTH_TOKEN
  • TWILIO_PHONE_NUMBER

Credits

Designed and built for Long Distance Voter by Coding ZEAL

Coding ZEAL

About

Voting Rights Amendment Act Petition Site

http://votingrightsact.us

License:MIT License


Languages

Language:Ruby 51.9%Language:HTML 21.9%Language:CSS 17.0%Language:CoffeeScript 5.1%Language:JavaScript 4.1%