再见少年拉满弓,不惧岁月不惧风

Rails on Debain 的安装记录

Rails on Debain (Nginx + Passenger) 安装记录 各版本说明 Debian GNU/Linux 7 Linux debian 3.2.0-4-amd64 #1 SMP Debian 3.2.57-3 x86_64 GNU/Linux ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux] rvm 1.25.25 (stable) gem 2.2.2 Bundler version 1.6.2 node v0.10.28 nginx version: nginx/1.4.7 Phusion Passenger version 4.0.41 Rails 4.1.1 安装基础软件 更新源 vim /etc/apt/sources.list 修改成 http://mirrors.yun-idc.org 的源 增加 Passenger 的源 vim /etc/apt/sources.list.d/passenger.list deb https://oss-binaries.phusionpassenger.com/apt/passenger wheezy main apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 561F9B9CAC40B2F7 安装 apt-transport-https apt-get install apt-transport-https 更新

Welcome to Jekyll!

You’ll find this post in your _posts directory - edit this post and re-build (or run with the -w switch) to see your changes! To add new posts, simply add a file in the _posts directory that follows the convention: YYYY-MM-DD-name-of-post.ext. Jekyll also offers powerful support for code snippets: 1 2 3 4 5 def print_hi(name) puts "Hi, #{name}" end print_hi('Tom') #=> prints 'Hi, Tom' to STDOUT. 测试 测试 测试 测试 测试 1 2 3 4 def print_hi(name) puts "Hi, #{name}" end print_hi('Tom') Check out the Jekyll docs for more info on how to get the most out of Jekyll.
0%