Please see the new reception repo for the current version.
A simple guest tracking app for vibe.
bundle install
cp .env.example .envCreate an OAuth client
heroku plugins:install git://github.com/heroku/heroku-oauth.git
heroku clients:register "reception-localhost" http://localhost:5000/auth/heroku/callbackAdd these values to HEROKU_OAUTH_ID and HEROKU_OAUTH_SECRET.
Create database
createdb guest
psql guest -f schema.sqlEnjoy
foreman start