Skip to content

Add hint to configure document root #2100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 27, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions book/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Downloading a Symfony2 Distribution
First, check that you have installed and configured a Web server (such
as Apache) with PHP 5.3.2 or higher. For more information on Symfony2
requirements, see the :doc:`requirements reference</reference/requirements>`.
For information on configuring your specific web server document root, see the
following documentation: `Apache`_ | `Nginx`_ .

Symfony2 packages "distributions", which are fully-functional applications
that include the Symfony2 core libraries, a selection of useful bundles, a
Expand Down Expand Up @@ -179,6 +177,16 @@ Symfony2 should welcome and congratulate you for your hard work so far!

.. image:: /images/quick_tour/welcome.jpg

.. note::
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A .. tip:: block is maybe better?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, agreed.

Am 04.01.2013 14:16, schrieb Wouter J:

In book/installation.rst:

@@ -179,6 +177,16 @@ Symfony2 should welcome and congratulate you for your hard work so far!

.. image:: /images/quick_tour/welcome.jpg

+.. note::

A |.. tip::| block is maybe better?


Reply to this email directly or view it on GitHub
https://github.com/symfony/symfony-docs/pull/2100/files#r2549430.

:::::::::::::::::::::::::::::::::::::::

Björn Fromme
Webdevelopment

dreipunktnull
Elfen und Fromme GbR

Am Langen Siepen 18
42857 Remscheid

Telefon: +49 (0) 2191 - 4 61 58 36
Telefax: +49 (0) 2191 - 4 61 58 37

E-Mail: fromme@dreipunktnull.com
Web: http://www.dreipunktnull.com

:::::::::::::::::::::::::::::::::::::::


To get nice and short urls you should point the document root of your
webserver or virtual host to the ``Symfony/web/`` directory. Though
this is not required for development it is recommended at the time your
application goes into production as all system and configuration files
become inaccessible to clients. For information on configuring your
specific web server document root, see the following documentation:
`Apache`_ | `Nginx`_ .

Beginning Development
---------------------

Expand Down