Feeds:
Posts
Comments

Archive for the ‘Rails deployment–FCGI’ Category

This explains how to deploy Rails application using Apache and FastCGI. Install ruby,gems,rails,databse and make a testapp ready. Test this with the rails in-buit server ‘Webrick’. If you have not done this before,refer http://www.arthurneil.com/rails-deployment-scgi/rails-deployment-scgi Now lets start with Fastcgi and Apache. Install the following wget http://www.fastcgi.com/dist/fcgi-2.4.0.tar.gz tar -xzvf fcgi-2.4.0.tar.gz cd fcgi-2.4.0 ./configure make make install [...]

Read Full Post »