有人能指点我一篇文章,从头开始用Rails / Git快速设置Slicehost切片吗?
答案 0 :(得分:6)
Slicehost有a number of useful articles如何设置rails。 These capistrano recipes也可能派上用场。
答案 1 :(得分:2)
如果你不是'经验丰富的linux / apache管理员,你可以按照一系列6-8的腌洋葱帖:apt-get update,SSH,iptables,mysql,ruby,gems,rails,apache,mod_rails
的序列这是我用于哈代的东西
http://articles.slicehost.com/2008/4/25/ubuntu-hardy-setup-page-1
http://articles.slicehost.com/2008/4/25/ubuntu-hardy-setup-page-2
http://articles.slicehost.com/2009/2/2/ubuntu-intrepid-installing-mysql-with-rails-and-php-options
http://articles.slicehost.com/2008/4/25/ubuntu-hardy-installing-apache-and-php5
http://articles.slicehost.com/2008/4/28/ubuntu-hardy-apache-config-layout
http://articles.slicehost.com/2008/4/28/ubuntu-hardy-apache-configuration-1
http://articles.slicehost.com/2008/4/28/ubuntu-hardy-apache-configuration-2
http://articles.slicehost.com/2008/4/30/ubuntu-hardy-ruby-on-rails
(这是一个很好的最小序列。我建议花更多时间学习iptables,denyhosts,如何将IP列入黑名单并汇总日志文件以锁定服务器。)
答案 2 :(得分:1)
我刚做了一个slicehost安装(Ubuntu Hardy / RoR)
thin installation(您的RoR服务器)
Nginx installation(网络服务器/虚拟机/代理)
与Apache / Mongrel相比,Thin / Nginx非常容易设置,并且占用的内存更少。 Apache在一些性能测试中获胜,但使用更多内存。
答案 3 :(得分:0)
Rails核心团队成员Josh Peek有一些Capistrano recipes for setting up and deploying to Slicehost。