Description
Hi,
I've noticed that in the book, for the page creation chapter there's this notice:
The tutorial assumes that you've already downloaded Symfony2 and configured your webserver. The above URL assumes that localhost points to the web directory of your new Symfony2 project. For detailed information on this process, see the Installing Symfony2.
(source: http://symfony.com/doc/current/book/page_creation.html - emphasis added)
But there's nothing about the detail information about pointing localhost to the web directory on a new Symfony2 projects (I checked here: http://symfony.com/doc/current/book/installation.html). While some experienced developer may not have a problem with this, I think newbie will likely get confused on how to do it. I also remember that in the Jobeet tutorial, there's a subchapter about configuring things. Maybe that needs to be added?
Thanks before.