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

VN:F [1.8.5_1061]
Rating: 0.0/10 (0 votes cast)

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. Howto Install Sun Java on Debian Etch
  5. Great Ruby on Rails Sites and Blogs
  6. Beautiful and Efficient File Upload Using Flash and Ruby on Rails
  7. Howto Install Oracle on Debian
  8. Ubuntu and Ruby
  9. Ruby on Rails Cheat Sheet
  10. Ruby on Rails

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