measured / brandguide

BMS engine for brandguide
admin.brandguide.io
0 stars 0 forks source link

AWS, Heroku & DNS #15

Closed jenbennings closed 10 years ago

jenbennings commented 10 years ago
haustraliaer commented 10 years ago

AWS now setup - details in the Idealogue vault.

Matt can transfer the Heroku app to david@idealogue.io

mattlenz commented 10 years ago

@haustraliaer Done

@jenbennings If you've got a Heroku account, Dave can add you also as a collaborator (heroku sharing:add <email>) -- so you've got permissions to push changes up to the live site in the future.

haustraliaer commented 10 years ago

Yep already done.

haustraliaer commented 10 years ago

All done. Wildcard & root domain now points at heroku, so http://brandguide.io, http://www.brandguide.io and http://whatever-random-sub-domain.brandguide.io -> all point to heroku.

@mattlenz should be able to accept subdomain routes into rails upon creation of a new brandguide, and we should probably setup a generic 404 for handling subdomains that don't exist (rather than getting the heroku "no app found" message.

Specific sub-domains can be set to point at different places also - so admin.brandguide.io could be reserved for our main overview page.

mattlenz commented 10 years ago

@haustraliaer Domains are pointing correctly now (showing Rails 404 if not found). We'll need to create some nicer branded 404/500 error pages (see public/404.html and public/500.html).