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

Commit 93ae033

Browse files
falk-graeserdbu
authored andcommitted
Update installation.rst
Adding notice that the AcmeDemoBundle is only accessible in the dev environment. So that newbies are less likely to see an Exception right from the start. Explain why dev environement is necessary
1 parent 7fbe7e1 commit 93ae033

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

book/installation.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,20 @@ And then access the CMF via:
128128
129129
http://localhost:8000
130130
131+
132+
Or if you run a default apache installation like described in the cookbook of symfony (http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html):
133+
134+
.. code-block:: text
135+
136+
http://localhost/app_dev.php
137+
138+
.. note::
139+
140+
Adding the ``app_dev.php`` to the url in your browser is important to actually
141+
see the test page. Because the AcmeDemoBundle is only configured to work with the
142+
Development Environment. (If you have a look at ``AppKernel.php`` you can easily
143+
spot why)
144+
131145
.. sidebar:: Using Other Database Backends
132146

133147
If you prefer to use another database backend, for example MySQL, run the

0 commit comments

Comments
 (0)