Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 17044ed

Browse files
committed
Merge branch 'patch-1'
2 parents 05e9d45 + 6c20a17 commit 17044ed

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

book/installation.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,21 @@ And then access the CMF via:
128128
129129
http://localhost:8000
130130
131+
132+
If you run an Apache installation as described in the `Symfony cookbook article on setup`_,
133+
your URL will look like this:
134+
135+
.. code-block:: text
136+
137+
http://localhost/app_dev.php
138+
139+
.. note::
140+
141+
Adding the ``app_dev.php`` to the url in your browser is important to actually
142+
see the test page. Because the AcmeDemoBundle is only configured to work with the
143+
Development Environment. (If you have a look at ``AppKernel.php`` you can easily
144+
spot why)
145+
131146
.. sidebar:: Using Other Database Backends
132147

133148
If you prefer to use another database backend, for example MySQL, run the
@@ -254,3 +269,4 @@ and then run the following command:
254269
.. _`guidelines in the symfony book`: http://symfony.com/doc/master/book/installation.html#configuration-and-setup
255270
.. _`the Symfony2 book`: http://symfony.com/doc/current/book/
256271
.. _`Fixtures`: http://symfony.com/doc/current/bundles/DoctrineFixturesBundle/index.html
272+
.. _`Symfony cookbook article on setup`: http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html

0 commit comments

Comments
 (0)