From 7aadeb0a98b4d6cef60b6d05a7659f41cab31f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Mon, 24 Feb 2014 21:46:41 +0100 Subject: [PATCH] Updated vagrant README --- dev/vagrant/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/vagrant/README.md b/dev/vagrant/README.md index d09db63048f..1a84a8db4b3 100644 --- a/dev/vagrant/README.md +++ b/dev/vagrant/README.md @@ -28,7 +28,7 @@ That's all you need to do. It will build a brand new VirtalBox machine for you w ### Name resolution For easy access to the VM you need to setup name resolution to the machines IP. -Edit the hosts file on the machine you run Vagrant on to map the virtual machine's IP to it's Vhost name. +Edit the [hosts](https://en.wikipedia.org/wiki/Hosts_(file)) file on the machine you run Vagrant on to map the virtual machine's IP to it's Vhost name. Example syntax: @@ -58,3 +58,5 @@ Somewhat bleeding edge vagrant box for develop branch related work. - Debugger: XDebug - Profiler: Xhprof - phpMyAdmin: + +You can access MailCatcher to read all outgoing emails at http://192.168.42.101:1080