Hi,
I tried to install Image Magically on ubuntu which is on Amazon
instance.
I followed the following reference link for that.
https://github.com/afeld/magickly
There I followed the following steps to install Image Magically on
server.
$ gem install magickly
After that I installed the "thin" gem using under given command.
$ gem install thin
Then I tried to start "thin" gem with following command.
$ thin start
When I start "thin" using command "thin start", it gets started in
terminal and shows message
"Using rack adapter
Thin web server (v1.6.1 codename Death Proof)
Maximum connections set to 1024
Listening on 0.0.0.0:3000, CTRL+C to stop"
So according to message, I tried to access app at http://0.0.0.0:3000,
but can't access it.
What changes should I do if I want to access this app on Amazon Instance
Domain? Because currently I have installed this app on Amazon Instance.
Please help me.
Thanks.
--
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/efefad84beb0ac7e41867e548feb61b8%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment