My first test project to get online, so I'm not sure what I'm supposed to do. But I found a tutorial that I could upload my project with Phusion Passenger. I followed the tutorial, but step 1 already fails.
If I type in the command gem install passenger
I get the following error:
passenger-4.0.14/lib/phusion_passenger.rb:177:in `find_location_configuration_file': undefined method `dir' for nil:NilClass (NoMethodError)
from C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/passenger-4.0.14/lib/phusion_passenger.rb:78:in `locate_directories'
from extconf.rb:30:in `<main>'
Any idea what caused this or is there another way to get this project running on my own remote server?