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
a2bfdcac
Commit
a2bfdcac
authored
Jun 03, 2013
by
Tobias Munk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
added installation from dev repo section
parent
5615afab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
0 deletions
+31
-0
README.md
apps/advanced/README.md
+15
-0
README.md
apps/basic/README.md
+16
-0
No files found.
apps/advanced/README.md
View file @
a2bfdcac
...
...
@@ -79,6 +79,21 @@ php composer.phar create-project --stability=dev yiisoft/yii2-app-advanced yii-a
This is not currently available. We will provide it when Yii 2 is formally released.
### Install from development repository
If you've cloned the
[
Yii 2 framework main development reop
](
https://github.com/yiisoft/yii2
)
you
can bootstrap your application with:
~~~
cd yii2/apps/advanced
php composer.phar create-project
~~~
*
Note: If the above command fails with
`[RuntimeException] Not enough arguments.`
run
`php composer.phar self-update`
to obtain an updated version of composer which supports creating projects
from local packages.
*
GETTING STARTED
---------------
...
...
apps/basic/README.md
View file @
a2bfdcac
...
...
@@ -59,3 +59,18 @@ assuming `yii-basic` is directly under the document root of your Web server.
### Install from an Archive File
This is not currently available. We will provide it when Yii 2 is formally released.
### Install from development repository
If you've cloned the
[
Yii 2 framework main development reop
](
https://github.com/yiisoft/yii2
)
you
can bootstrap your application with:
~~~
cd yii2/apps/basic
php composer.phar create-project
~~~
*
Note: If the above command fails with
`[RuntimeException] Not enough arguments.`
run
`php composer.phar self-update`
to obtain an updated version of composer which supports creating projects
from local packages.
*
\ No newline at end of file
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