ruby - Setting up Rails on Hostmonster -


i'm able run rails s through ssh , see app start on own machine i'm unable access app web. app directly under home folder , have symbolic link pointing public_html public folder of rails app, tutorial explains. tried setting subdomain , every other step in tutorial no avail. highly appreciated.

you need application server phusion passenger, unicorn or puma run ruby app in production environment. typically, you'll integrate application server web server's (apache, nginx) environment.

i don't know hoster, if have root access, can use of these application servers.

the built-in server start running rails server meant testing purposes on local machine. has not been made security, performance, stability or other production-environment criteria in mind.


Comments

Popular posts from this blog

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

php - render data via PDO::FETCH_FUNC vs loop -

The canvas has been tainted by cross-origin data in chrome only -