Reputation: 1
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
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
Reputation: 4459
You can use Heroku and forget about Ruby server installation.
Upvotes: 1