Re: [Rails] Re: Running my RAILS APP on Local area network using Windows XP as server os.
On 05/06/2011 08:14 PM, sukesh wrote:
> Hello Walter,
> Thanks for the reply. I just want to run my final year engineering
> project on windows based LAN. i use webrick as my server so i want to
> knw how can i run the app in one machine and access in oder systems. I
> have not be alloted a special server also. I have a PC to deploy the
> app with windows xp os.
Webrick is not really suitable as a server for very many clients but you
should be able to bring up the server on your system and just go over to
another system and access it at http://(your hostname or ip):3000 from
some browser. You may have to work on the configuration of your
firewall to let outside connections in but that will work. You probably
should install mongrel or thin if you want to support more than a few
connections. I have done this between a couple of my windows systems so
I know that it is possible.
Norm
--
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@googlegroups.com.
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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home