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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
c861474b
Commit
c861474b
authored
Aug 04, 2013
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mentioned installing from Composer in docs
parent
d7f93350
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
installation.md
docs/guide/installation.md
+17
-2
No files found.
docs/guide/installation.md
View file @
c861474b
Installation
============
Installation of Yii mainly involves the following two steps:
Installing via Composer
-----------------------
The recommended way of installing Yii is by using Composer package manager.
There are two application templates available:
-
[
basic
](
https://github.com/yiisoft/yii2-app-basic
)
that is just a basic frontend application template.
-
[
advanced
](
https://github.com/yiisoft/yii2-app-advanced
)
that is a set of frontend, backend, console, common
(shared code) and environments support.
Please refer to installation instructions on these pages.
Installing from zip
-------------------
Installation from zip mainly involves the following two steps:
1.
Download Yii Framework from
[
yiiframework.com
](
http://www.yiiframework.com/
)
.
2.
Unpack the Yii release file to a Web-accessible directory.
...
...
@@ -12,7 +28,6 @@ needs to be exposed to Web users. Other PHP scripts, including those from
Yii, should be protected from Web access; otherwise they might be exploited
by hackers.
Requirements
------------
...
...
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