Skip to content

Instantly share code, notes, and snippets.

View AndorChen's full-sized avatar
💭
I may be slow to respond.

Andor Chen AndorChen

💭
I may be slow to respond.
View GitHub Profile
@AndorChen
AndorChen / README.markdown
Created November 17, 2011 08:29
Howto Depoly Rails App to VPS

#如何将 Rails 应用程序部署到 VPS 上

如果已经在 VPS 上假设好了 Rails 生产环境,接下来就可以将部署应用程序了。

###需要用到的工具


@AndorChen
AndorChen / .gemrc
Created November 5, 2011 11:42
Howto Setting Up Rails Production Environment on VPS
---
:verbose: true
:bulk_threshold: 1000
install: --no-ri --no-rdoc --env-shebang
:source:
- http://rubygems.org
- http://gemcutter.org
- http://gems.rubyforge.org/
- http://gems.github.com
:benchmark: false