Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eadf281

Browse filesBrowse files
committed
feature #3874 Updated the installation instructions for Symfony 2.5+ (javiereguiluz)
This PR was merged into the 2.5 branch. Discussion ---------- Updated the installation instructions for Symfony 2.5+ | Q | A | ------------- | --- | Doc fix? | yes | New docs? | yes | Applies to | 2.5+ | Fixed tickets | #3748 Commits ------- 83bb723 Updated the installation instructions to Symfony 2.5+
2 parents 9a533ce + 83bb723 commit eadf281
Copy full SHA for eadf281

File tree

Expand file treeCollapse file tree

1 file changed

+20
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+20
-4
lines changed

‎quick_tour/the_big_picture.rst

Copy file name to clipboardExpand all lines: quick_tour/the_big_picture.rst
+20-4Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ directory:
1818

1919
.. code-block:: bash
2020
21-
$ composer create-project symfony/framework-standard-edition myproject/ ~2.4
21+
$ composer create-project symfony/framework-standard-edition myproject/ ~2.5
2222
2323
.. note::
2424

@@ -35,9 +35,25 @@ directory:
3535

3636
Beware that the first time you install Symfony2, it may take a few minutes to
3737
download all its components. At the end of the installation process, the
38-
installer will ask you to provide some configuration options for the Symfony2
39-
project. For this first project you can safely ignore this configuration by
40-
pressing the ``<Enter>`` key repeatedly.
38+
installer will ask you four questions:
39+
40+
1. **Would you like to use Symfony 3 directory structure? [y/N]** The upcoming
41+
Symfony 3 version will modify the default directory structure for Symfony
42+
applications. If you want to test drive this new structure, type ``y``.
43+
In order to follow this tutorial, press the ``<Enter>`` key to accept the
44+
default ``N`` value and to keep using the default Symfony2 structure.
45+
2. **Would you like to install Acme demo bundle? [y/N]** Symfony versions prior
46+
to 2.5 included a demo application to test drive some features of the
47+
framework. However, as this demo application is only useful for newcomers,
48+
installing it is now optional. In order to follow this tutorial, type the
49+
``y`` key to install the demo application.
50+
3. **Some parameters are missing. Please provide them.** Symfony2 asks you for
51+
the value of all the configuration parameters. For this first project,
52+
you can safely ignore this configuration by pressing the ``<Enter>`` key
53+
repeatedly.
54+
4. **Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]?**
55+
The development history of large projects such as Symfony can take a lot of
56+
disk space. Press the ``<Enter>`` key to safely remove all this history data.
4157

4258
Running Symfony2
4359
----------------

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.