Skip to content

Commit e8ef43a

Browse files
committed
adapt message to explain about the 'www' path
1 parent c58c862 commit e8ef43a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

quick_tour/the_big_picture.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ Apache) with PHP 5.3.2 or higher.
2121

2222
.. tips::
2323

24-
Since PHP 5.4, you could use the Build-in web server:
24+
Since PHP 5.4, you could use the Build-in web server. For development purpose only, it can help you to start your project right now.
25+
Just use this command to launch the server:
2526

2627
.. code-block:: bash
2728
28-
php -S localhost:80 -t www
29+
php -S localhost:80 -t /path/to/www
2930
30-
For development purpose only, it can help you to start your project right now.
31+
Where "/path/to/www" is the path to some directory on your machine that you'll extract Symfony into so that the eventual URL to your application is "http://localhost/Symfony/app_dev.php".
32+
You can also extract Symfony first and then start the web server in the Symfony "web" directory. If you do this, the URL to your application will be "http://localhost/app_dev.php".
3133

3234
Ready? Start by downloading the "`Symfony2 Standard Edition`_", a Symfony
3335
:term:`distribution` that is preconfigured for the most common use cases and

0 commit comments

Comments
 (0)