Skip to content

Commit da1759a

Browse files
committed
feature symfony#5355 Added a mention to the Symfony Demo application (javiereguiluz)
This PR was merged into the 2.3 branch. Discussion ---------- Added a mention to the Symfony Demo application | Q | A | ------------- | --- | Doc fix? | no | New docs? | yes | Applies to | all | Fixed tickets | - Commits ------- 5482fda Fixed some issues reported by Wouter d9f20c2 Fixed minor issue with the title case b3a644a Added a mention to the Symfony Demo application
2 parents c7ec621 + 5482fda commit da1759a

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

book/installation.rst

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ pass ``lts`` as the second argument of the ``new`` command:
110110
$ symfony new my_project_name lts
111111
112112
# Windows
113-
c:\projects\> php symfony.phar new my_project_name lts
113+
c:\projects\> php symfony new my_project_name lts
114114
115115
Read the :doc:`Symfony Release process </contributing/community/releases>`
116116
to better understand why there are several Symfony versions and which one
@@ -302,6 +302,30 @@ them all at once:
302302
Depending on the complexity of your project, this update process can take up to
303303
several minutes to complete.
304304

305+
Installing the Symfony Demo Application
306+
---------------------------------------
307+
308+
The Symfony Demo application is a fully-functional application that shows the
309+
recommended way to develop Symfony applications. The application has been
310+
conceived as a learning tool for Symfony newcomers and its source code contains
311+
tons of comments and helpful notes.
312+
313+
In order to download the Symfony Demo application, execute the ``demo`` command
314+
of the Symfony Installer anywhere in your system:
315+
316+
.. code-block:: bash
317+
318+
# Linux, Mac OS X
319+
$ symfony demo
320+
321+
# Windows
322+
c:\projects\> php symfony demo
323+
324+
Once downloaded, enter into the ``symfony_demo/`` directory and run the PHP's
325+
built-in web server executing the ``php app/console server:run`` command. Access
326+
to the ``http://localhost:8000`` URL in your browser to start using the Symfony
327+
Demo application.
328+
305329
.. _installing-a-symfony2-distribution:
306330

307331
Installing a Symfony Distribution

0 commit comments

Comments
 (0)