预配置 Rails VPS 托管?
谁能推荐一个 Rails VPS 主机,它提供所有预先配置的功能(如 Heroku),并且可以让您上传和运行您的应用程序?随着规模的扩大,Heroku 很快就会变得昂贵。
Can anyone recommend a Rails VPS host that offers everything pre-configured (like Heroku) and just let's you upload and run your app? Heroku becomes expensive really quick as you scale up.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
如果您想要预配置的 VPS,您可以尝试类似以下内容
然后上传到VPS提供者。我会推荐Linode。
If you want a VPS that is pre-configured, you can try something like these
and then uploaded it to a VPS provider. I would recommend Linode.
当你扩大规模时,任何服务都会变成费用——如果你想要便宜,像 Slicehost、Brightbox(英国)这样的公司提供普通的 VPS 盒子,但你需要自己设置东西并牺牲扩展能力。也许看看 dotcloud.com - TBH 价格比 heroku 更合理一些
Any service will become expense as you scale up - if you want cheap the likes of Slicehost, Brightbox (UK) offer vanilla VPS boxes but you're going to be setting stuff up yourself and sacrificing scaling. Maybe have a look at dotcloud.com - little more reasonably priced TBH than heroku
如果您正在寻找便宜的主机,那么普通的 vps 很容易设置。查看教程:http://articles.slicehost.com/。这是一次非常令人满意的体验,很高兴了解您是否是一名开发人员。
我读到很多资料都说 Heroku 很贵,但是一个免费的 dyno 加上一个 15 美元的共享数据库可以服务很多页面。使用清漆更是如此。
If you're looking for cheap hosting then a vanilla vps is very easy to set up. Check out the tutorials at http://articles.slicehost.com/. It's a really satisfying experience and good to know if you're a developer.
I read a lot that heroku is expensive but one free dyno plus a shared db at $15 will serve a lot of pages. Utilising varnish more so.
完全取决于你想要什么。 Heroku 是一个出色的平台即服务产品。这意味着它们负责管理数据库、应用程序服务器等。反过来,随着您的扩展,它们的成本会更高一些,并且对可以运行和不能运行的内容有限制(以使它们能够依次扩展其应用程序)操作)
如果您正在寻找的是您自己的 VPS,但一切都已设置完毕,您可以使用 BitNami(正如 @Dex 的另一个答案中指出的)。我们最近发布了 BitNami 云托管,它具有免费套餐,并与 AWS 免费产品一起允许您拥有 Ruby On Rails 环境运行在小型机器(600 Mb RAM,10Gb 磁盘)上,完全免费。如果您需要扩展,那么您需要支付亚马逊费用等。这对于开始来说非常有用。一探究竟!
Depends exactly on what you want. Heroku is a great Platform as a Service offering. This means that they take care of administering the database, app server, etc. In turn, they are a bit more expensive as you scale and have restrictions on what you can and cannot run (to make it possible for them in turn to scale their operations)
If what you are looking is your own VPS, but with everything already setup, you can use BitNami (as pointed out in another answer by @Dex). We recently released BitNami Cloud Hosting, which has a free tier and together with AWS free offering allows you to have a Ruby On Rails environment running on a small machine (600 Mb of RAM, 10Gb disk) completely for free. If you need to scale, then you need to pay for Amazon charges, etc. This is great for starting out. Check it out!