我是网站开发人员的新用户(rails3.2)
,我不知道如何通过网站托管来生活。
我已经使用了heroku,但是谷歌无法搜索到网站,并且heroku在那里添加了域名http://example.herokuapp.com
,但我想要网站http://www.example.com
。
请建议我必须遵循什么流程。请逐步解释。
需要付费服务器
我是网站开发人员的新用户(rails3.2)
,我不知道如何通过网站托管来生活。
我已经使用了heroku,但是谷歌无法搜索到网站,并且heroku在那里添加了域名http://example.herokuapp.com
,但我想要网站http://www.example.com
。
请建议我必须遵循什么流程。请逐步解释。
需要付费服务器
You need to purchase a domain from any of the Domain provider(Go Daddy,Zerigo DNS).
And you need to point out your Heroku app configurations at Domain C-panel.
Here is an article at Heroku. have you checked it?
https://devcenter.heroku.com/articles/custom-domains
Also here are some few URL's that gives you some basic Idea.
https://devcenter.heroku.com/articles/zerigo_dns How to configure heroku application DNS to Godaddy Domain?
Heroku 是一种 PaaS(平台即服务)。没有更简单的方法可以在云上部署应用程序。您的应用程序可以使用多种域配置。最简单的是在 Heroku 上添加自定义域,heroku domains:add www.example.com
下一步,您必须配置应用程序的 DNS 以指向 Heroku。
请注意,DNS 更改可能需要几分钟到几天才能生效。