Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions en/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down