patrickomatic / reddit-homebrewing

reddit annual homebrewing contest app

Home Page:reddithomebrewing.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Click here to lend your support to: reddit-homebrewing and make a donation at www.pledgie.com!

reddit Homebrewing app. Handles the registration and contest results from the annual homebrewing contest.

Installation

  1. Install libmemcached.
# OS X
$ brew install libmemcached
$ brew install postgresql
  1. Create a virtual environment and start it up.
$ virtualenv .
New python executable in ./bin/python
Installing setuptools, pip...done.
$ . bin/activate
  1. Install dependencies!
(reddit-homebrewing) $ pip install -r requirements.txt
  1. Setup PostgreSQL
(reddit-homebrewing) $ createdb homebrewit
(reddit-homebrewing) $ createuser -P homebrewit
  1. Run it!
(reddit-homebrewing) $ foreman s

About

reddit annual homebrewing contest app

reddithomebrewing.com

License:Other


Languages

Language:Python 84.2%Language:HTML 13.1%Language:CSS 2.0%Language:JavaScript 0.6%