Skip to content

Commit 9ed2ebb

Browse files
committed
Tweaks for #1523
1 parent 6522ea2 commit 9ed2ebb

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

quick_tour/the_big_picture.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,23 @@ Downloading Symfony2
1919
First, check that you have installed and configured a Web server (such as
2020
Apache) with PHP 5.3.2 or higher.
2121

22-
.. tips::
22+
.. tip::
2323

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.
24+
If you have PHP 5.4, you could use the built-in web server. The built-in
25+
server should be used only for development purpose, but it can help you
26+
to start your project quickly and easily.
27+
2528
Just use this command to launch the server:
2629

2730
.. code-block:: bash
2831
2932
php -S localhost:80 -t /path/to/www
3033
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".
34+
where "/path/to/www" is the path to some directory on your machine that
35+
you'll extract Symfony into so that the eventual URL to your application
36+
is "http://localhost/Symfony/app_dev.php". You can also extract Symfony
37+
first and then start the web server in the Symfony "web" directory. If
38+
you do this, the URL to your application will be "http://localhost/app_dev.php".
3339

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

0 commit comments

Comments
 (0)