简体   繁体   English

如何使用Rails应用程序

[英]How to live Rails applications

I am new user for website developer (rails3.2) and I don't know how to hosting over website to live. 我是网站开发人员(rails3.2)新用户,并且我不知道如何通过网站托管来生活。

I have used heroku but over website is not searchable by google and heroku added there domain ie http://example.herokuapp.com but I want website with http://www.example.com . 我已经使用了heroku,但是在Google上无法搜索网站,并且heroku在其中添加了域,即http://example.herokuapp.com但是我想要的网站是http://www.example.com

Please suggest me what process I have to follow. 请建议我必须遵循的程序。 Please explain step by step. 请逐步说明。

Need paid server 需要付费的服务器

Heroku is a PaaS (Platform as a Service). Heroku是PaaS(平台即服务)。 There is no easier way to deploy application on the Cloud. 没有更简单的方法可以在云上部署应用程序。 There are several domain configurations available to your app. 您的应用可以使用几种域配置。 Most simple is to add custom domains on Heroku heroku domains:add www.example.com and the next step, you must configure your application's DNS to point to Heroku. 最简单的方法是在Heroku域上添加自定义域heroku domains:add www.example.com ,下一步,您必须配置应用程序的DNS使其指向Heroku。

Becareful, DNS changes can take several minutes to several days to take effect. 请注意,DNS更改可能需要几分钟到几天才能生效。

You need to purchase a domain from any of the Domain provider(Go Daddy,Zerigo DNS). 您需要从任何域名提供商(Go Daddy,Zerigo DNS)购买域名。

And you need to point out your Heroku app configurations at Domain C-panel. 您需要在Domain C-panel上指出您的Heroku应用配置。

Here is an article at Heroku. 这是Heroku上的一篇文章。 have you checked it? 你检查了吗?

https://devcenter.heroku.com/articles/custom-domains https://devcenter.heroku.com/articles/custom-domains

Also here are some few URL's that gives you some basic Idea. 另外,这里还有一些URL,可以为您提供一些基本概念。

https://devcenter.heroku.com/articles/zerigo_dns How to configure heroku application DNS to Godaddy Domain? https://devcenter.heroku.com/articles/zerigo_dns 如何配置Godoku域的heroku应用程序DNS?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM