Skip to content

Commit 11fae59

Browse files
committed
Updated the installation chapter
1 parent 01965cc commit 11fae59

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

book/installation.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ optional second argument of the ``new`` command:
9898
$ symfony new my_project_name 2.3.26
9999
$ symfony new my_project_name 2.6.5
100100
101-
# use the most recent LTS (Long Term Support) version
102-
$ symfony new my_project_name lts
103-
104101
If you want your project to be based on the latest :ref:`Symfony LTS version <releases-lts>`,
105102
pass ``lts`` as the second argument of the ``new`` command:
106103

@@ -169,9 +166,8 @@ browsing the project directory and executing this command:
169166
$ cd my_project_name/
170167
$ php app/console server:run
171168
172-
Then, open your browser and access the ``http://localhost:8000/app/example``
173-
URL to see the
174-
Welcome page of Symfony:
169+
Then, open your browser and access the ``http://localhost:8000/`` URL to see the
170+
Welcome Page of Symfony:
175171

176172
.. image:: /images/quick_tour/welcome.png
177173
:align: center
@@ -398,11 +394,6 @@ need in your new application.
398394
Be sure to also check out the :doc:`Cookbook </cookbook/index>`, which contains
399395
a wide variety of articles about solving specific problems with Symfony.
400396

401-
.. note::
402-
403-
If you want to remove the sample code from your distribution, take a look
404-
at this cookbook article: ":doc:`/cookbook/bundles/remove`"
405-
406397
.. _`explained in this post`: http://fabien.potencier.org/article/73/signing-project-releases
407398
.. _`Composer`: https://getcomposer.org/
408399
.. _`Composer download page`: https://getcomposer.org/download/

images/quick_tour/welcome.png

15 KB
Loading

0 commit comments

Comments
 (0)