Commit f4b23b6f by Larry Ullman

Removed requirements.php reference

Didn’t make any sense, particularly after the browser stuff. If kept, I’d move it behind the other command-line reference.
parent a5e52c4f
......@@ -74,13 +74,6 @@ php requirements.php
In order to run this script in your browser, you must make sure it's within a web directory, and then
access `http://hostname/path/to/yii-app/requirements.php` in your browser.
If you are using Linux, you can create a soft link to make it accessable, using the following command:
```
ln -s requirements.php ../requirements.php
```
For the advanded app the `requirements.php` is two levels up so you have to use `ln -s 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
[Nginx HTTP server](http://nginx.org/) on Windows and Linux.
......
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