https://github.com/sigafoos/keg-tracker
Web interface for tracking kegs of beer from a brewery
https://github.com/sigafoos/keg-tracker
Last synced: 2 months ago
JSON representation
Web interface for tracking kegs of beer from a brewery
- Host: GitHub
- URL: https://github.com/sigafoos/keg-tracker
- Owner: Sigafoos
- Created: 2012-09-24T16:53:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-01-12T21:41:35.000Z (over 9 years ago)
- Last Synced: 2025-02-15T08:18:00.161Z (4 months ago)
- Language: PHP
- Size: 102 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keg Tracker
By Dan Conley ([email protected]/[@Sigafoos](http://twitter.com/Sigafoos))
Originally developed for [Community Beer Works](http://www.communitybeerworks.com)
CBW needed a way to track kegs: what's where, what our current inventory is, etc. So I decided to write one.
**Note**: This is currently not in a state ready to install elsewhere. If you would like to use it, send me an email and I'll get it ready for you.
It's based in jQuery Mobile/PHP/MySQL, because that's what I know. (well, I could also use Oracle, but we don't have that kind of money).
Are you a brewery that wants to use this? Let me know!
## Installing
1. Move config-sample.inc.php to config.inc.php
2. Edit your database information
3. Run install.php
4. Remove install.php
5. There is no step 5Well, that's not entirely true. The site will be open to the web, so you'll want to secure it somehow. I've been using .htpasswd (see Planned updates below).
## Planned updates
I'm considering this mostly feature-complete, primarily because I don't have a ton of time to add stuff and it basically does what we need it to. If you'd like to see something added I'm certainly open to it. Here's what I'd like to add when I have the time for it:* Log in (via oauth/Facebook/something)