Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 546 Bytes

File metadata and controls

33 lines (25 loc) · 546 Bytes

Mandrill webhooks no longer set up for this. Add a webhook at https://mandrillapp.com/settings/webhooks/ Mar 24 2016

Outbound

Sends & tracks outbound emails and provides the outbound widget in oscarj

Basic Setup

Clone repo

git clone git@github.com:Microryza/outbound.git

Install gems

bundle install

Add the heroku app (ask @ryanlower if you don't have access)

heroku git:remote -a experiment-outbound

Download database

heroku pg:pull DATABASE_URL outbound_development

Run

bundle exec rails s