Skip to content

ecarrillo88/agreelist

 
 

Repository files navigation

AgreeList

Code Climate

Tracking influencers' opinions http://www.agreelist.org

Prerequisites:

# Redis
sudo dnf install redis # Fedora
sudo apt-get install redis-server # Ubuntu

# PostgreSQL
sudo dnf install postgresql postgresql-server postgresql-devel # Fedora
sudo apt-get install postgresql postgresql-contrib libpq-dev # Ubuntu

Install:

git clone git://github.com/hectorperez/agreelist.git
cd agreelist
bundle install
cp config/database.yml.example config/database.yml
rake db:create
rake db:setup

Contribute:

  1. Find or create an issue

  2. Add a comment to the issue to let people know you're going to work on it

  3. Fork

  4. Hack your changes in a topic branch (don't forget to write some tests ;)

  5. Make pull request

  6. Wait for comments from maintainers or code merge

Developers:

Hector Perez (@arpahector)

Feel free to add yourself if you make a pull request

License:

AGPLv3

About

Tracking influencers' opinions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 71.2%
  • HTML 23.7%
  • CSS 2.5%
  • JavaScript 1.7%
  • CoffeeScript 0.9%