Since we're about to deploy a prototype site built using Ruby on Rails, it's time to get a Rails setup running on our Debian server. This is following on from my experiences of Ruby on Rails on Mac. There are already instructions for Rails on Debian; it's actually rather easier if you're running Debian Testing.
apt-get -t testing install rails
That's all that is needed to be able to do "rails myapp". Next up: running it as a permanent web service. More reading required ...
Posted by savs at May 5, 2005 11:10 PM