I couldn't find anything about deploying rails apps on eukhost.com except:
http://blog.eukhost.com/2006/09/30/ruby-on-rails/, which is completely useless since i cant run sudo commands and rails should already be installed.
It doesn't say anything about how to run a rails app on the remote host!!!
The first problem was that eukhost didn't provide me SSH access to my domain. I asked them to provide me one so they said they had to move my account from UK to the US. (no SSH in the UK?!)
After I got SSH access I've tried Capistrano which won't work because svn is not installed on the remote system. So I couldn't checkout my repository.
I simply tried to copy my app onto the system but it didn't work maybe because fcgi/apache don't know where my app is. I don't think I can edit the httpd.conf since I'm not a sudoer. Maybe it's possible to edit it via cpanel but I don't know how.
I've found this page but surprisingly it doesn't say a word about cpanel. It only tells commands which i can't run because I'm no sudoer.
So please provide us a complete step by step tutorial on how to deploy ruby on rails application onto eukhost's remote shared system.
(Also it would be great if the latest rails was installed on the servers instead of 1.1.6)
http://blog.eukhost.com/2006/09/30/ruby-on-rails/, which is completely useless since i cant run sudo commands and rails should already be installed.
It doesn't say anything about how to run a rails app on the remote host!!!
The first problem was that eukhost didn't provide me SSH access to my domain. I asked them to provide me one so they said they had to move my account from UK to the US. (no SSH in the UK?!)
After I got SSH access I've tried Capistrano which won't work because svn is not installed on the remote system. So I couldn't checkout my repository.
I simply tried to copy my app onto the system but it didn't work maybe because fcgi/apache don't know where my app is. I don't think I can edit the httpd.conf since I'm not a sudoer. Maybe it's possible to edit it via cpanel but I don't know how.
I've found this page but surprisingly it doesn't say a word about cpanel. It only tells commands which i can't run because I'm no sudoer.
So please provide us a complete step by step tutorial on how to deploy ruby on rails application onto eukhost's remote shared system.
(Also it would be great if the latest rails was installed on the servers instead of 1.1.6)
Comment