0

Usually I use RVM + Passenger for my rails applications. Recently, however, I needed to use Passenger without RVM. And I'm confused about gem location.

What's the location of gems that Passenger without RVM uses? The system gems or what?

If I do 'bundle install', gems are installed for the user, right? Then, the gems are not used by Passenger.

Can you help me with this confusion?

nickgrim
  • 4,336
  • 1
  • 17
  • 27
Sam Kong
  • 833
  • 1
  • 6
  • 10

1 Answers1

1

Procedure differs with the base OS installed but basically are the same.

Please consult this

How to set-up Ruby on Rails server on a Linux cloud (Ubuntu 10.04 LTS)

kaji
  • 2,510
  • 16
  • 17