awortham / bender

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bender

Build Status Code Climate

A kegerator monitoring application built to run on a RaspberryPi or BeagleBone Black.

Home page

Keg details page

Running

Requirements

  • Ruby 2.1.1
  • PostgreSQL

Setup

  1. Clone the repo
  2. bundle
  3. cp config/settings.yml{.example,} and modify if needed
  4. cp config/database.yml{.example,} and modify if needed
  5. rake db:setup
  6. rails server

Contributing

  1. Clone repository. git clone git@github.com:collectiveidea/localorbit.git
  2. Create a branch for your feature. git checkout -b my-awesome-feature-name master
  3. Make changes and commit.
  4. Run the tests. rake
  5. Push to remote branch. git push origin my-awesome-feature-name
  6. Create a Pull Request. Visit https://github.com/collectiveidea/localorbit/compare/master...my-awesome-feature-name

About

License:MIT License


Languages

Language:Ruby 66.4%Language:HTML 15.3%Language:CSS 14.4%Language:CoffeeScript 3.5%Language:JavaScript 0.5%