Skip to content

Instantly share code, notes, and snippets.

@paganotoni
Forked from kagemusha/gist:1477824
Created January 11, 2013 21:45
Show Gist options
  • Save paganotoni/4514204 to your computer and use it in GitHub Desktop.
Save paganotoni/4514204 to your computer and use it in GitHub Desktop.
Ref http://devcenter.heroku.com/articles/custom-domains
Heroku Setup
1. Install Custom Domain Plugin for your app
heroku addons:add custom_domains
2. Add domain names
heroku domains:add www.example.com
GoDaddy Setup
1. Go to your domain under your account
2. Launch the DNS Manager
3. Under A Host have three entries
@ 75.101.145.87
@ 75.101.163.44
@ 174.129.212.2
3. Google Apps setup (if want email)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment