Skip to content

Commit b3a644a

Browse files
committed
Added a mention to the Symfony Demo application
1 parent ecd68c5 commit b3a644a

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
@@ -304,6 +304,30 @@ several minutes to complete.
304304

305305
.. _installing-a-symfony2-distribution:
306306

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

0 commit comments

Comments
 (0)