I've been working on my Google Coder project for a few weeks now, connecting to it via the coder.local address on my Windows desktop. However, I want to start accessing it through the RPi itself. But when I hook up a monitor to it, bring up a browser and type in "http://coder.local" it tells me that it cant connect to it. I've tried localhost, 127.0.0.1, and the IP address, but none of them seem to work. I've tried connecting with https, but I get a connection refused message.
The configuration stuff is a bit beyond me, but it appears that it turns the Pi into a 'webserver' that runs on a network created using the Apple Bonjour service, usually used for printers, that "receives network packets on UDP port 5353".
It seems that the service translates the addresses, but a completely local installation (using 127.0.0.1 or localhost) will not be advertised on Bonjour. The protocol doesn't support this (partially assumed from a number of Google searches). I don't know whether the service works using the full network IP address of the Pi