Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
f4b23b6f
Commit
f4b23b6f
authored
Apr 25, 2014
by
Larry Ullman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
installation.md
docs/guide/installation.md
+0
-7
No files found.
docs/guide/installation.md
View file @
f4b23b6f
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment