Ruby on Rails on Debian

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 …

Related posts:

  1. Ruby on Rails on Mac
  2. Debian Installer
  3. Still no mail
  4. Linux security: The seven deadly sins
  5. links for 2005-04-26
This entry was posted in Work. Bookmark the permalink.

Comments are closed.