
- Login to Godaddy Control Panel
- Click on My Account
- Click on Hosting
- This page will display active domains that are hosted within that Godaddy hosting space
- Click on Manage (on whichever domain you want to deploy Ruby on Rails application/project)
- In the hosting manager click on CGI-Admin under Content section
- Login to CGI-Admin using your hosting account user name and password
- From Ruby tab create your Ruby/Ruby on Rails application directory
- Above step will create a folder under hosting space and one .htaccess file under that folder
- Edit .htaccess file and change the file from despatch.cgi to despatch.fcgi
- Open a FTP client
- Download their demo application
- Create our controller, model, view in that demo application using ruby script generator
- Check it locally
- Upload the whole application (along with the rails distribution in the vendor folder) to the folder that created from CGI-Admin
- From browser the path will be http://www.mysite.com/<myapplication-folder>/public/<controller>/<action>


On 2nd February, 2010 Facebook announced a new project by a small team of Facebook developers who were working on for the past two years; HipHop for PHP. Facebook claims with HipHop they’ve reduced the CPU usage on their Web servers on average by about fifty percent, depending on the page and as well know less CPU means fewer number of servers, which means less overhead for high scale applications. They also claim that this project has had a tremendous impact on Facebook as it helped in reducing the huge overhead of over 400 billion PHP-based page views every month. The Web at large should benefit from HipHop but its in beta phase now so developers will have to accommodate with it before trying it out.