Skip to content

Instantly share code, notes, and snippets.

@kagemusha
Created December 14, 2011 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kagemusha/1477824 to your computer and use it in GitHub Desktop.
Save kagemusha/1477824 to your computer and use it in GitHub Desktop.
Heroku Custom Domain w Godaddy and Google Apps
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