Skip to content

patrickomatic/reddit-homebrewing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •