乘客宝石更新为Rails应用程序

时间:2013-10-08 10:25:16

标签: ruby-on-rails rubygems passenger

我有一个来自我的客户端的登台服务器,其上安装了乘客(3.0.5和3.0.2)用于rails应用程序(v = 2.3.13),但是当我在控制台上使用乘客启动服务器时它是更新到3.0.5-x86_64-ruby1.8.7-linux-gcc4.4.3-1002。在我的 Gemfile 中,我提到了

gem 'passenger', '=3.0.5'

为什么会更新?

提前致谢。

Here's the log....

when I run the command, **`**RAILS_ENV=staging passenger start**.`**
__________________________________________________________
Nginx core 0.8.54 isn't installed

Phusion Passenger Standalone will automatically install it into:

    /var/lib/passenger-standalone/3.0.5-x86_64-ruby1.8.7-linux-gcc4.4.3-1002/nginx-0.8.54

This will only be done once. Please sit back and relax while installation is
in progress.

Checking for required software...

GNU C++ compiler... found at `/usr/bin/g++`
GNU make... found at `/usr/bin/make`
A download tool like 'wget' or 'curl'... found at /usr/bin/wget
Ruby development headers... found
OpenSSL support for Ruby... found
RubyGems... found
Rake... found at `/usr/local/bin/rake`
rack... found
Curl development headers with SSL support... found
OpenSSL development headers... found
Zlib development headers... found
file-tail... found
daemon_controller >= 0.2.5... found

Downloading Passenger binaries for your platform, if available...

Resolving standalone-binaries.modrails.com... 97.107.130.55
Connecting to standalone-binaries.modrails.com|97.107.130.55|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2013-10-09 08:52:00 ERROR 404: Not Found.

Looks like it's not. But don't worry, the necessary binaries will be compiled from source instead.

Downloading Nginx binaries for your platform, if available...
# 

    Resolving standalone-binaries.modrails.com... 97.107.130.55
    Connecting to standalone-binaries.modrails.com|97.107.130.55|:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2013-10-09 08:52:00 ERROR 404: Not Found.

Looks like it's not. But don't worry, the necessary binaries will be compiled from source instead.

Downloading Nginx...



     # wget -O /tmp/root-passenger-standalone-21842/nginx-0.8.54.tar.gz http://nginx.org/download/nginx-0.8.54.tar.gz
        --2013-10-09 08:52:00--  http://nginx.org/download/nginx-0.8.54.tar.gz
        Resolving nginx.org... 206.251.255.63
        Connecting to nginx.org|206.251.255.63|:80... connected.
        HTTP request sent, awaiting response... 200 OK
        Length: 650001 (635K) [application/octet-stream]
        Saving to: '/tmp/root-passenger-standalone-21842/nginx-0.8.54.tar.gz'
        100%

    [======================================================================================================>] 650,001      788K/s   in 0.8s    
        2013-10-09 08:52:01 (788 KB/s) - `/tmp/root-passenger-standalone-21842/nginx-0.8.54.tar.gz' saved [650001/650001]

Installing Phusion Passenger Standalone...

0 个答案:

没有答案