Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

heroku/reception-last

Repository files navigation

DEPRECATED

Please see the new reception repo for the current version.

Reception

A simple guest tracking app for vibe.

Setup

bundle install
cp .env.example .env

Create an OAuth client

heroku plugins:install git://github.com/heroku/heroku-oauth.git
heroku clients:register "reception-localhost" http://localhost:5000/auth/heroku/callback

Add these values to HEROKU_OAUTH_ID and HEROKU_OAUTH_SECRET.

Create database

createdb guest
psql guest -f schema.sql

Enjoy

foreman start

About

DEPRECATED - reception guest tracker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published