Skip to content

fguillen/AppreciationsBillboard

Repository files navigation

AppreciationsBillboard

screenshot

Simple application to deliver some appreciation to your colleges

Set up the development environment

bundle
rake db:setup
rake test

Icons

Special thanks to the icons creators

Production configuration

Check all the ENVARS in .env.development all of them have to be in your production envvars

Heroku ClearDB

Check this post for the special envvar DATABASE_URL:

You can set all ENVVARS at once in heroku:

heroku config:push -a appreciationsbillboard -f .env.production -o

Google Auth

We have to add the callbacks, check here:

Amazon S3

We have to create the bucket, the IAM User, the Policy and the Group:

Slack App

The notifications are sent via this Slack App:

Here there is explanation of how to set up a webhook: