How do you install ruby on rails application ?

Status
Not open for further replies.

jasoothai

Active Member
171
2011
10
0
Can you point me a guide to install ruby on rails application in c panel, Where to upload files to ftp?
I put application name ->myapp1, path->/rails_apps/myapp1, load on boot, environment ->production.
Thank you.
 
Last edited:
4 comments
On a cPanel server you can install RoR by
Code:
yum list ruby {Only to test YUM - Not required}
/scripts/installruby
 
If you have never ever used ruby then it will be very difficult to set a application up on it.

Here is a small doc on how to begin, follow the readme of your app too
Code:
http://docs.cpanel.net/twiki/bin/view/AllDocumentation/RubyonRails/DeployingRuby
 
Status
Not open for further replies.
Back
Top