nossas / panela-de-pressao

Panela de pressão é uma ferramenta para que movimentos sociais e pessoas possam criar suas próprias campanhas de pressão popular.

Home Page:http://paneladepressao.org.br

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Code Climate Coverage Status

Getting Started

  1. We suppose you already have Ruby on Rails and Git installed;
  2. git clone git://github.com/ourcities/panela-de-pressao.git
  3. cd panela-de-pressao
  4. bundle install
  5. Copy config/database.sample.yml to config/database.yml and set your database;
  6. rake db:create
  7. rake db:migrate
  8. touch config/initializers/01_envvars.rb
  9. Open config/initializers/01_envvars.rb with you preferred editor and set some required environment variables (change their values to yours): ENV["FB_ID"] = "fb id" ENV["FB_SECRET"] = "fb secret" ENV["AWS_ID"] = "aws id" ENV["AWS_SECRET"] = "aws secret" ENV["TWITTER_ID"] = "twitter id" ENV["TWITTER_SECRET"] = "twitter secret" ENV["BITLY_ID"] = "bit.ly id" ENV["BITLY_SECRET"] = "bit.ly secret"
  10. rails s
  11. Now try http://localhost:3000/

Need help? Create an issue and we help you.

About

Panela de pressão é uma ferramenta para que movimentos sociais e pessoas possam criar suas próprias campanhas de pressão popular.

http://paneladepressao.org.br


Languages

Language:JavaScript 61.6%Language:Ruby 19.1%Language:CSS 8.7%Language:HTML 7.0%Language:Gherkin 3.6%