0

我是 Rails 新手,我正在用它重做和改造我当前的网站。我一直在互联网上寻找有关如何将我的 Rails 应用程序部署到我的服务器的信息。似乎每个人都在提到 AWS 和 Heroku。问题是当我的网站开始增长时,我对在路上付钱不感兴趣。

因此,是否值得建立自己的基础设施,以便我可以随着网站的增长进行更改和修改,或者我可以为某人(Heroku 最有可能)为我担心的价格付出的代价是值得的吗? ?

另外,部署我自己是否有可能或可行?

谢谢

TopGun 编码器

4

1 回答 1

1

I have a few rails projects hosted on my own virtual server. Ubuntu, rbenv, git, rails, passenger and mysql setup.. There are other setups, for example with unicorn an nginx..it really depends on your projects.

How many hits you'll expect per day/month?

I can recommend hosting little projects by your own. It is cheaper and very convenient. But you need know-how and time.

And the state-of-the art method for deploying rails apps is the capistrano tool.

于 2013-09-08T21:26:17.730 回答