Howto Install Ruby and Ruby on Rails on Debian Etch 4.0

Ruby on Rails

To install Ruby and RubyGems – the standard Ruby package manager:

cc@debian23:~$ sudo apt-get install ruby rubygems

then install Ruby on Rails using RubyGems:

cc@debian23:~$ sudo gem install rails --include-dependencies

and then create a new rails application:

cc@debian23:~$ rails path/to/your/new/application
cc@debian23:~$ cd path/to/your/new/application
cc@debian23:~$ ruby script/server

Check that everything works by pointing your browser to http://0.0.0.0:3000

Related posts:

  1. Ubuntu Howto: Install Ruby and Ruby on Rails
  2. Howto: Install Ruby and Rails on Debian or Ubuntu
  3. Howto install Ruby on Rails on Fedora Core 5 (fc5)
  4. Ruby on Rails
  5. Howto Install Sun Java on Debian Etch
  6. Great Ruby on Rails Sites and Blogs
  7. Beautiful and Efficient File Upload Using Flash and Ruby on Rails
  8. Howto Install Oracle on Debian
  9. Ubuntu and Ruby
  10. Ruby on Rails Cheat Sheet

Popular Related Items »

1 Comment »

  1. 373592 Blog Verification said,

    November 21, 2006 @ 22:47

    373592 Blog Verification…

    373592…

RSS feed for comments on this post · TrackBack URI

Leave a Comment