File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ developing in immediately.
12
12
Downloading a Symfony2 Distribution
13
13
-----------------------------------
14
14
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
+
15
21
Symfony2 packages "distributions", which are fully-functional applications
16
22
that include the Symfony2 core libraries, a selection of useful bundles, a
17
23
sensible directory structure and some default configuration. When you download
Original file line number Diff line number Diff line change @@ -14,5 +14,6 @@ Reference Documents
14
14
constraints
15
15
forms/types
16
16
forms/twig_reference
17
+ requirements
17
18
18
19
.. include :: map.rst.inc
Original file line number Diff line number Diff line change 19
19
* :doc:`/reference/constraints`
20
20
* :doc:`/reference/dic_tags`
21
21
* :doc:`/reference/YAML`
22
+ * :doc:`/reference/requirements`
Original file line number Diff line number Diff line change @@ -5,16 +5,21 @@ Requirements for running Symfony2
5
5
=================================
6
6
7
7
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.
11
17
12
18
Required
13
19
--------
14
20
15
21
* PHP needs to be a minimum version of PHP 5.3.2
16
22
* Your PHP.ini needs to have the date.timezone setting
17
- * The app/cache and app/logs directories need to be writable
18
23
19
24
Optional
20
25
--------
You can’t perform that action at this time.
0 commit comments