谁能向我推荐一篇文章,里面有从头开始用Rails/Git快速设置Slicehost切片的最佳方法?
发布于 2009-07-18 20:00:49
Slicehost有关于如何设置rails的a number of useful articles。These capistrano recipes也可能派上用场。
发布于 2009-07-19 19:38:12
如果你没有经验丰富的linux/apache管理员,你可以参考6-8篇关于酸洋葱的文章: apt-get update,SSH,iptables,mysql,ruby,gem,rails,apache,mod_rails
下面是ubuntu intrepid的序列
下面是我对Hardy的用法
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列入黑名单并汇总日志文件以锁定服务器)。
发布于 2009-07-18 22:01:32
我刚刚做了一个slicehost安装(Ubuntu Hardy/RoR)
与Apache/Mongrel相比,Thin/Nginx非常容易设置,并且使用更少的内存。Apache在一些性能测试中获胜,但使用了更多的内存。
https://stackoverflow.com/questions/1148364
复制相似问题