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.
Copy file name to clipboardExpand all lines: book/installation.rst
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,16 +129,17 @@ And then access the CMF via:
129
129
http://localhost:8000
130
130
131
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):
132
+
If you run an Apache installation as described in the `Symfony cookbook article on setup`_,
133
+
your URL will look like this:
133
134
134
135
.. code-block:: text
135
136
136
137
http://localhost/app_dev.php
137
-
138
+
138
139
.. note::
139
140
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
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
142
143
Development Environment. (If you have a look at ``AppKernel.php`` you can easily
143
144
spot why)
144
145
@@ -259,3 +260,4 @@ and then run the following command:
259
260
.. _`guidelines in the symfony book`: http://symfony.com/doc/master/book/installation.html#configuration-and-setup
0 commit comments