使用Nginx+Passenger部署Ruby on Rails環境

來源:互聯網
上載者:User

標籤:ruby   passenger   nginx   

本文介紹如何使用Nginx+Passenger來部署Ruby on Rails環境

本文使用的作業系統版本是CentOS6.5

1.安裝ruby

   wget http://cache.ruby-lang.org/pub/ruby/ruby-2.0.0-p594.tar.gz

   mkdir -p /data/app_platform/ruby

   tar -zxvf ruby-2.0.0-p594.tar.gz

   cd ruby-2.0.0-p594

   ./configure --prefix=/data/app_platform/ruby

   make 

   make install

   ln -sf /data/app_platform/ruby/bin/* /usr/bin/

   gem install rails

2.安裝Nginx和Passenger

Passenger有兩種方式安裝,一種是standalone 方式即Passenger獨立運行,然後通過Nginx將ruby相關請求轉寄到Passenger,另一種是與Nginx整合在一起安裝,維護方便。這裡選用第一種方式。

Passenger 4.0以上和Nginx 1.4以上可以整合到一起

  

   wget http://s3.amazonaws.com/phusion-passenger/releases/passenger-4.0.57.tar.gz

   wget http://nginx.org/download/nginx-1.4.4.tar.gz

   useradd -r www -s /sbin/nologin

   mkdir -p /data/app_platform/{nginx,passenger}

   tar -zxvf passenger-4.0.57.tar.gz 

   mv -f passenger-4.0.57/*  $install_dir/passenger






參考文檔:

http://guides.ruby-china.org/getting_started.html

http://rubyonrails.org/deploy/

https://www.phusionpassenger.com/

https://www.phusionpassenger.com/documentation/Users%20guide%20Nginx.html

https://github.com/phusion/passenger/wiki/Unicorn-vs-Phusion-Passenger



本文出自 “Linux SA John” 部落格,請務必保留此出處http://john88wang.blog.51cto.com/2165294/1605357

使用Nginx+Passenger部署Ruby on Rails環境

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.