Ruby on Rails Thursday, September 11, 2014

I have a domain

www.example.com which has php script running

hosting has rails support through ssh

so with ssh i have created a testapp in public_html
so inside testapp all related files are created
then bundle installed
then rail s
it shows

[~/public_html/testapp]# rails s
=> Booting WEBrick
=> Rails 3.2.0 application starting in development on
http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server

but where is it running?
my hosting says to create a subdomain and point to public folder
i done the same

but it was not working

welcome page is displayed

but all other pages shows internal server error


actually how to host a rails app in real website
like
www.exaple.com
or test.example.com

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/1b1a12fc29cda46cccd76bf9dfcc1efd%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment