This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,21 @@ And then access the CMF via:
128
128
129
129
http://localhost:8000
130
130
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
+
131
146
.. sidebar :: Using Other Database Backends
132
147
133
148
If you prefer to use another database backend, for example MySQL, run the
@@ -254,3 +269,4 @@ and then run the following command:
254
269
.. _`guidelines in the symfony book` : http://symfony.com/doc/master/book/installation.html#configuration-and-setup
255
270
.. _`the Symfony2 book` : http://symfony.com/doc/current/book/
256
271
.. _`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
You can’t perform that action at this time.
0 commit comments