Commit 3eaf0021 by Carsten Brandt

fixes #1606

parent 135a191c
...@@ -81,6 +81,8 @@ If you are using Linux you can create a hard link to make it accessable, using t ...@@ -81,6 +81,8 @@ If you are using Linux you can create a hard link to make it accessable, using t
ln requirements.php ../requirements.php ln requirements.php ../requirements.php
``` ```
For the advanded app the `requirements.php` is two levels up so you have to use `ln requirements.php ../../requirements.php`.
Yii 2 requires PHP 5.4.0 or higher. Yii has been tested with the [Apache HTTP server](http://httpd.apache.org/) and Yii 2 requires PHP 5.4.0 or higher. Yii has been tested with the [Apache HTTP server](http://httpd.apache.org/) and
[Nginx HTTP server](http://nginx.org/) on Windows and Linux. [Nginx HTTP server](http://nginx.org/) on Windows and Linux.
Yii may also be usable on other web servers and platforms, provided that PHP 5.4 or higher is supported. Yii may also be usable on other web servers and platforms, provided that PHP 5.4 or higher is supported.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment