You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
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
Copy file name to clipboardExpand all lines: book/installation.rst
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,20 @@ And then access the CMF via:
128
128
129
129
http://localhost:8000
130
130
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
+
131
145
.. sidebar:: Using Other Database Backends
132
146
133
147
If you prefer to use another database backend, for example MySQL, run the
0 commit comments