Feeds:
Posts
Comments

Archive for the ‘Rails deployment–SCGI’ Category

This explains the configuraton steps for deploying Rails application using Apache and SCGI. This worked for me. Hope you already installed the following items. Fedora Core 4 Apache httpd 2.0.54 Database(mysql/postgres) Installing Ruby, Gems and Rails: yum install ruby yum install ruby-devel yum install rdoc yum install irb mkdir /var/www/files cd /var/www/files wget http://rubyforge.org/frs/download.php/11289/rubygems-0.9.0.tgz tar [...]

Read Full Post »