Magnus
Magnus

Reputation: 1

What is the easiest way to install Ruby on my server

I want to code pages in Ruby so that my website can be run in Ruby (just like I have a php install on my server). What's the easiest way to go about this?

Upvotes: 0

Views: 291

Answers (2)

Don Roby
Don Roby

Reputation: 41137

The answer to this question varies heavily depending on your operating system. But instructions for downloading and installing ruby on many systems are on the download page.

However, if you're planning on using it for a webserver, you probably also want Rails.

Upvotes: 0

Vladimir Tsukanov
Vladimir Tsukanov

Reputation: 4459

You can use Heroku and forget about Ruby server installation.

Upvotes: 1

Related Questions