Posts tagged RVM
Jun
01
2011
Fix OpenSSL Not Found Error For Passenger Installation (RVM)
This is a strange issue. I usually document how I install RVM, passenger and Nginx and it always worked for me (we use Ubuntu on Amazon EC2 and several other VPS servers) but recently encountered an issue with OpenSSL.
Continue reading »
Aug
22
2010
Install RVM, Passenger, Nginx and Rails 3 on Ubuntu Lucid Lynx
This has been a problem encountered by several developers including myself:
Getting RVM, Passenger and Rails3 to work
Here's a quick and short post. Supposing you already have updated Ubuntu and have Ruby installed.
Continue reading »
Nov
28
2009
How to use multiple versions of Ruby in Ubuntu, Leopard and other Unix Operating Systems using RVM
There are many ways on how to run multiple versions of Ruby on Unix. The most simple solution is by creating a shell script.
Michael Greenly wrote a script to do just that and it worked great for me for several months.
Continue reading »