hi all, I successfully deployed the ROR project on Centos server,i have one question how can i access that application from my machine ? on starting WEBRick server it is started on this ip http://0.0.0.0:3006, i want to set my machine ip in place of ''http://0.0.0.0:3006'' and also how i can access it from my machine ? Thanks in advanced. Thanks and Regards Sachin S. Kewale -- (¨ `·.·´ ¨) Always `·.¸(¨ `·.·´ ¨) Keep (¨ `·.· ´¨)¸.·´ Smiling!! `·.¸.·´ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
replace 0.0.0.0 with your IP address. if your centos server IP is 192.168.168.2 then you should access it using this address http://192.168.168.2:3006 make sense? Thank You /Lito Manansala twitter: @avmanansala <https://twitter.com/#%21/avmanansala> skype: bulcrack On Tue, Jan 17, 2012 at 2:01 PM, sachin kewale <sachinkewale-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> hi all, > > I successfully deployed the ROR project on Centos server,i have one > question how can i access that application from my machine ? > on starting WEBRick server it is started on this ip http://0.0.0.0:3006, > i want to set my machine ip in place of ''http://0.0.0.0:3006'' and also > how i can access it from my machine ? > > Thanks in advanced. > > Thanks and Regards > Sachin S. Kewale > -- > (¨ `·.·´ ¨) Always > `·.¸(¨ `·.·´ ¨) Keep > (¨ `·.· ´¨)¸.·´ Smiling!! > `·.¸.·´ > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
change your hosts file localhost to you ip address. On Tue, Jan 17, 2012 at 11:31 AM, sachin kewale <sachinkewale-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> hi all, > > I successfully deployed the ROR project on Centos server,i have one > question how can i access that application from my machine ? > on starting WEBRick server it is started on this ip http://0.0.0.0:3006, > i want to set my machine ip in place of ''http://0.0.0.0:3006'' and also > how i can access it from my machine ? > > Thanks in advanced. > > Thanks and Regards > Sachin S. Kewale > -- > (¨ `·.·´ ¨) Always > `·.¸(¨ `·.·´ ¨) Keep > (¨ `·.· ´¨)¸.·´ Smiling!! > `·.¸.·´ > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >-- Rajeev Kannav Sharma<http://www.google.com/search?q=Rajeev+Kannav+Sharma&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a> -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi, I think what you are asking is how to find out your machines IP address and then you use a webbrowser on the same (or another) machine to access your application. In CentOS, give the command $/sbin/ifconfig, to see your IP address. Open a browser and type your IP address followed by :3006 (or probably 3000 unless you''ve specified otherwise). Fra: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-talk@googlegroups.com] På vegne af sachin kewale Sendt: 17. januar 2012 07:02 Til: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Emne: [Rails] Accessing the ROR Application hi all, I successfully deployed the ROR project on Centos server,i have one question how can i access that application from my machine ? on starting WEBRick server it is started on this ip MailScanner warning: numerical links are often malicious: http://0.0.0.0:3006<http://0.0.0.0:3006>, i want to set my machine ip in place of ''MailScanner warning: numerical links are often malicious: http://0.0.0.0:3006<http://0.0.0.0:3006>'' and also how i can access it from my machine ? Thanks in advanced. Thanks and Regards Sachin S. Kewale -- (¨ `·.·´ ¨) Always `·.¸(¨ `·.·´ ¨) Keep (¨ `·.· ´¨)¸.·´ Smiling!! `·.¸.·´ -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>. To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com<mailto:rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 17 January 2012 06:01, sachin kewale <sachinkewale-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hi all, > > I successfully deployed the ROR project on Centos server,i have one > question how can i access that application from my machine ? > on starting WEBRick server it is started on this ip http://0.0.0.0:3006, > i want to set my machine ip in place of ''http://0.0.0.0:3006'' and also > how i can access it from my machine ?There is no need to change the way you start it on the server. From the second machine just use http://ip_of_server:3006 where ip_of_server is the ip address of the server. That assumes that your server has not got a firewall preventing http access of course. Colin> > Thanks in advanced. > > Thanks and Regards > Sachin S. Kewale > -- > (¨ `·.·´ ¨) Always > `·.¸(¨ `·.·´ ¨) Keep > (¨ `·.· ´¨)¸.·´ Smiling!! > `·.¸.·´ > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en.-- gplus.to/clanlaw -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Tue, Jan 17, 2012 at 11:46 AM, Lito Manansala <avmanansala-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> replace 0.0.0.0 with your IP address. > > if your centos server IP is 192.168.168.2 then you should access it using > this address > http://192.168.168.2:3006 > > make sense? > > Thank You > > /Lito Manansala > twitter: @avmanansala <https://twitter.com/#%21/avmanansala> > skype: bulcrack > > > On Tue, Jan 17, 2012 at 2:01 PM, sachin kewale <sachinkewale-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > >> hi all, >> >> I successfully deployed the ROR project on Centos server,i have one >> question how can i access that application from my machine ? >> on starting WEBRick server it is started on this ip >> http://0.0.0.0:3006, i want to set my machine ip in place of '' >> http://0.0.0.0:3006'' and also >> how i can access it from my machine ? >> >> Thanks in advanced. >> >> Thanks and Regards >> Sachin S. Kewale >> >> -- >> (¨ `·.·´ ¨) Always >> `·.¸(¨ `·.·´ ¨) Keep >> (¨ `·.· ´¨)¸.·´ Smiling!! >> `·.¸.·´ >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. >thanks all for responses,problem is solved. -- -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.