From eeced65f3563463e66e66118d1d38d67445dc99b Mon Sep 17 00:00:00 2001 From: Roger Campanera Date: Mon, 11 Sep 2017 21:02:35 +0200 Subject: [PATCH] Add note MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a tip note to solve an issue when running PHP’s built-in web server in a virtual environment. --- en/installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/en/installation.rst b/en/installation.rst index f53c2e9231..233cc7af32 100644 --- a/en/installation.rst +++ b/en/installation.rst @@ -230,6 +230,10 @@ This will serve your application at **http://192.168.13.37:5673/**. That's it! Your CakePHP application is up and running without having to configure a web server. +.. note:: + + Try `bin/cake server -H 0.0.0.0` if the server is unreachable from other hosts. + .. warning:: The development server should *never* be used in a production environment.