- 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>
Leave a Reply