File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,14 @@ application will respond:
208
208
209
209
You should be seeing your Symfony application in your browser.
210
210
211
+ .. caution ::
212
+
213
+ If you take your first steps on Heroku using a fresh installation of
214
+ the Symfony Standard Edition, you may run into a 404 page not found error.
215
+ This is because the route for ``/ `` is defined by the AcmeDemoBundle, but the
216
+ AcmeDemoBundle is only loaded in the dev environment (check out your
217
+ ``AppKernel `` class). Try opening ``/app/example `` from the AppBundle.
218
+
211
219
.. _`the original article` : https://devcenter.heroku.com/articles/getting-started-with-symfony2
212
220
.. _`signup with Heroku` : https://signup.heroku.com/signup/dc
213
221
.. _`Heroku Toolbelt` : https://devcenter.heroku.com/articles/getting-started-with-php#local-workstation-setup
@@ -216,4 +224,4 @@ You should be seeing your Symfony application in your browser.
216
224
.. _`Logplex` : https://devcenter.heroku.com/articles/logplex
217
225
.. _`verified that the RSA key fingerprint is correct` : https://devcenter.heroku.com/articles/git-repository-ssh-fingerprints
218
226
.. _`post-install-commands` : https://getcomposer.org/doc/articles/scripts.md
219
- .. _`config vars` : https://devcenter.heroku.com/articles/config-vars
227
+ .. _`config vars` : https://devcenter.heroku.com/articles/config-vars
You can’t perform that action at this time.
0 commit comments