Want to subscribe to topics you're interested in?
Become a Member

Install Passenger and the 'how to' video

Discussion in 'Install & Upgrades or Pre-Install Questions' started by RPGX, Oct 16, 2014.

  1. RPGX

    RPGX New Member

    26
    4
    3
    Aug 14, 2014
    Ratings:
    +4
    Local Time:
    10:46 PM
    Nginx 1.9.15
    MariaDB 5.5.50
    Just a heads up -- The 'how to' video on passenger.sh has been useful to me, but very difficult in places to figure out due to the fact that youtube will not deliver it to me in HD (at least, I assume the screen is legible in HD?) I can see the comments (thank you), but very little that is being typed onto the screen can be read.


    I very much appreciate the video guide, but I think that a stepwise text 'how to' without the video would have been much easier to follow, and would have taken a lot less time to use (and perhaps even prepare).

    As always, thanks for all the great work.
     
  2. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    12:46 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. RPGX

    RPGX New Member

    26
    4
    3
    Aug 14, 2014
    Ratings:
    +4
    Local Time:
    10:46 PM
    Nginx 1.9.15
    MariaDB 5.5.50
    That's my problem exactly.

    I ran into one other problem. The passenger.conf file inside nginx/conf/ is populated with the following line:
    passenger_ruby /usr/local/rvm/bin/ruby;

    However, no file exists there after passenger.sh is run and nginx is recompiled. The contents of /usr/local/rvm/bin/ after the install are:
    ruby-rvm-env rvm rvm-auto-ruby rvm-exec rvm-prompt rvm-shebang-ruby rvm-shell rvm-smile rvmsudo

    Is rvm-auto-ruby what I am looking for, here?
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    12:46 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    sounds like ruby via RVM failed to properly install

    unfortunately, haven't tested passenger.sh addon in a while so it might need updating when I have more free time
     
  5. RPGX

    RPGX New Member

    26
    4
    3
    Aug 14, 2014
    Ratings:
    +4
    Local Time:
    10:46 PM
    Nginx 1.9.15
    MariaDB 5.5.50
  6. RPGX

    RPGX New Member

    26
    4
    3
    Aug 14, 2014
    Ratings:
    +4
    Local Time:
    10:46 PM
    Nginx 1.9.15
    MariaDB 5.5.50
    Here is what default wrappers gives:

    ruby -> /usr/local/rvm/wrappers/default/ruby
     
  7. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    12:46 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    could be it.. will have to test this when I have more free time unfortunately that ain't now :(