Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The following page has been changed by awong:
http://wiki.apache.org/couchdb/Getting_started_with_VMware
The comment on the change is:
Fixed the last IP address to confrom to the standard.
------------------------------------------------------------------------------
{{{
{"couchdb": "Welcome", "version": "0.7.3a"}
}}}
- If you are running Server Edition, and bridged Ethernet connection (so it uses external
DHCP to obtain IP address), you can run ifconfig inside terminal session and see what IP address
is assigned to this virtual instance. At this point it is easy to open new browser window
and type in something like http://192.168.1111:5984/. If you see the response like above it
means all works as expected.
+ If you are running Server Edition, and bridged Ethernet connection (so it uses external
DHCP to obtain IP address), you can run ifconfig inside terminal session and see what IP address
is assigned to this virtual instance. At this point it is easy to open new browser window
and type in something like http://192.168.1.111:5984/. If you see the response like above
it means all works as expected.
|