@@ -69,15 +69,23 @@ what you already know.
69
69
The Application
70
70
---------------
71
71
72
- In addition to this guide, you'll find a sample application developed with
73
- all these best practices in mind. ** The application is a simple blog engine **,
74
- because that will allow us to focus on the Symfony concepts and features without
75
- getting buried in difficult details.
72
+ In addition to this guide, a sample application has been developed with all these
73
+ best practices in mind. This project, called the Symfony Demo application, can
74
+ be obtained through the Symfony Installer. First, ` download and install `_ the
75
+ installer and then execute this command to download the demo application:
76
76
77
- Instead of developing the application step by step in this guide, you'll find
78
- selected snippets of code through the chapters. Please refer to the last chapter
79
- of this guide to find more details about this application and the instructions
80
- to install it.
77
+ .. code-block :: bash
78
+
79
+ # Linux and Mac OS X
80
+ $ symfony demo
81
+
82
+ # Windows
83
+ c:\> php symfony demo
84
+
85
+ **The demo application is a simple blog engine **, because that will allow us to
86
+ focus on the Symfony concepts and features without getting buried in difficult
87
+ implementation details. Instead of developing the application step by step in
88
+ this guide, you'll find selected snippets of code through the chapters.
81
89
82
90
Don't Update Your Existing Applications
83
91
---------------------------------------
@@ -95,3 +103,4 @@ practices**. The reasons for not doing it are various:
95
103
your tests or adding features that provide real value to the end users.
96
104
97
105
.. _`Fabien Potencier` : https://connect.sensiolabs.com/profile/fabpot
106
+ .. _`download and install` : http://symfony.com/download
0 commit comments