-
-
Save paganotoni/4514204 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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