简体   繁体   中英

Ruby on rails app deploy to apache without passenger

I am running the following versions of ruby, gem, rails on ubuntu 13.10 :

==> ruby --version ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux]

==> gem --version 1.8.23

==> rails --version Warning: You're using Rubygems 1.8.23 with Spring. Upgrade to at least Rubygems 2.1.0 and run gem pristine --all for better startup performance. Rails 4.1.0

Is there a good way to deploy a ruby on rails app to an apache2 server without using phusion passenger?

Then your only option is to choose some other application server

This link might help

Unicorn is a solid solution for running Rails app. checkout this tutorial to set up Unicorn + Apache

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM