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
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!!
`…

change your hosts file localhost to you ip address.

On Tue, Jan 17, 2012 at 11:31 AM, sachin kewale
[email protected]wrote:

Thanks and Regards
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.


Rajeev Kannav
Sharmahttp://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

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: [email protected]
[mailto:[email protected]] P vegne af sachin kewale
Sendt: 17. januar 2012 07:02
Til: [email protected]
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:3006http://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:3006http://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
[email protected]mailto:[email protected].
To unsubscribe from this group, send email to
[email protected]mailto:[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.

On 17 January 2012 06:01, sachin kewale [email protected] 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


You received this message because you are subscribed to the Google G.
“Ruby on Rails: Talk” group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.


gplus.to/clanlaw

On Tue, Jan 17, 2012 at 11:46 AM, Lito Manansala
[email protected]wrote:

/Lito Manansala

on starting WEBRick server it is started on this ip
( `. ) Always
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.

thanks all for responses,problem is solved.

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/#!/avmanansala
skype: bulcrack