Skip to content

Commit 3c48141

Browse files
committed
Bringing in the requirements reference
1 parent e3f781b commit 3c48141

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

book/installation.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ developing in immediately.
1212
Downloading a Symfony2 Distribution
1313
-----------------------------------
1414

15+
.. tip::
16+
17+
First, check that you have installed and configured a Web server (such
18+
as Apache) with PHP 5.3.2 or higher. For more information on Symfony2
19+
requirements, see the :doc:`requirements reference</reference/requirements>`.
20+
1521
Symfony2 packages "distributions", which are fully-functional applications
1622
that include the Symfony2 core libraries, a selection of useful bundles, a
1723
sensible directory structure and some default configuration. When you download

reference/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ Reference Documents
1414
constraints
1515
forms/types
1616
forms/twig_reference
17+
requirements
1718

1819
.. include:: map.rst.inc

reference/map.rst.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919
* :doc:`/reference/constraints`
2020
* :doc:`/reference/dic_tags`
2121
* :doc:`/reference/YAML`
22+
* :doc:`/reference/requirements`

book/requirements.rst renamed to reference/requirements.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,21 @@ Requirements for running Symfony2
55
=================================
66

77
To run Symfony2, your system needs to adhere to a list of requirements. You can
8-
easily see if your system passes all requirements by running the web/check.php
9-
in your symfony distribution. Below is the list of required and optional
10-
requirements.
8+
easily see if your system passes all requirements by running the ``web/config.php``
9+
in your symfony distribution. To check your requirements from the command
10+
line, run:
11+
12+
.. code-block:: bash
13+
14+
php app/check.php
15+
16+
Below is the list of required and optional requirements.
1117

1218
Required
1319
--------
1420

1521
* PHP needs to be a minimum version of PHP 5.3.2
1622
* Your PHP.ini needs to have the date.timezone setting
17-
* The app/cache and app/logs directories need to be writable
1823

1924
Optional
2025
--------

0 commit comments

Comments
 (0)