Hello,
After using /script/installruby what's the next step to run my Ruby on Rails app?
Thanks.
Hello,
After using /script/installruby what's the next step to run my Ruby on Rails app?
Thanks.
Here the complete installation process :
a) /scripts/installruby
(unfortunately it is currently not perfect, no idea why)
b) gem install rails
c) gem install mongrel
if fastthread isn't installed (normally you will be asked
for fastthread during mongrel installation)
d) gem install fastthread
Don't forget to open firewall ports 3000 and 12001
Now everthing seems to be running fine on CentOS5