Ruby on Rails with Apache2 and FastCGI

1
2
3
4
5
6
7
apt-get install ruby
wget http://rubyforge.org/frs/download.php/3463/rubygems-0.8.8.tgz
tar vxzf rubygems-0.8.8.tgz
cd rubygems-0.8.8
ruby setup.rb
gem update
gem install rails

Tags : ,
Categories : Software, Ruby on Rails

Comments

comments powered by Disqus
Copyright © 2000-2022 - Eric Abouaf