Tracking influencers' opinions http://www.agreelist.org
# 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 # Ubuntugit 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-
Find or create an issue
-
Add a comment to the issue to let people know you're going to work on it
-
Fork
-
Hack your changes in a topic branch (don't forget to write some tests ;)
-
Make pull request
-
Wait for comments from maintainers or code merge
Hector Perez (@arpahector)
Feel free to add yourself if you make a pull request
AGPLv3