Skip to content

Remove a tip about Symfony setup and VMs #11755

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2019
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
11 changes: 0 additions & 11 deletions setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,6 @@ the server by pressing ``Ctrl+C`` from your terminal.
If you want to use a virtual machine (VM) with Vagrant, check out
:doc:`Homestead </setup/homestead>`.

.. tip::

If you're using a VM, you may need to tell the server to bind to all IP addresses:

.. code-block:: terminal

$ php bin/console server:start 0.0.0.0:8000

You should **NEVER** listen to all interfaces on a computer that is
directly accessible from the Internet.

Storing your Project in git
---------------------------

Expand Down