@@ -110,7 +110,7 @@ pass ``lts`` as the second argument of the ``new`` command:
110
110
$ symfony new my_project_name lts
111
111
112
112
# Windows
113
- c:\p rojects\> php symfony.phar new my_project_name lts
113
+ c:\p rojects\> php symfony new my_project_name lts
114
114
115
115
Read the :doc: `Symfony Release process </contributing/community/releases >`
116
116
to better understand why there are several Symfony versions and which one
@@ -304,6 +304,30 @@ several minutes to complete.
304
304
305
305
.. _installing-a-symfony2-distribution :
306
306
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:\p rojects\> 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
+
307
331
Installing a Symfony Distribution
308
332
---------------------------------
309
333
0 commit comments