0

我应该使用什么服务来托管我正在使用 ruby​​ on rails 构建的应用程序。如果它可以连接到 Github 并让您轻松使用自己的域名,那将是一个很大的优势。

谢谢

4

1 回答 1

0

Lots of options to choose from. Two of the most popular (and best supported, in my opinion) are Heroku and EngineYard.

Here are articles for each on how to use your own domain name with them:

https://devcenter.heroku.com/articles/custom-domains https://support.cloud.engineyard.com/entries/21016458-Set-up-Domains-and-DNS

As far as linking to Github, each can be setup as a remote location for git, making deployment easy. Also, if you really want to allow to directly link you can find a how-to for EngineYard if you go to their site and search for "Link a GitHub Account to an Engine Yard Cloud Account" (I can't post the link because I don't have enough reputation points here yet to post more than two links).

于 2013-08-10T21:56:52.653 回答