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
0a3769ce
Commit
0a3769ce
authored
Oct 01, 2014
by
Carsten Brandt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added note about API rate limit to the install docs.
related to #5083
parent
336dd760
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
start-installation.md
docs/guide/start-installation.md
+8
-0
No files found.
docs/guide/start-installation.md
View file @
0a3769ce
...
@@ -21,6 +21,9 @@ On Windows, you'll download and run [Composer-Setup.exe](https://getcomposer.org
...
@@ -21,6 +21,9 @@ On Windows, you'll download and run [Composer-Setup.exe](https://getcomposer.org
Please refer to the
[
Composer Documentation
](
https://getcomposer.org/doc/
)
if you encounter any
Please refer to the
[
Composer Documentation
](
https://getcomposer.org/doc/
)
if you encounter any
problems or want to learn more about Composer usage.
problems or want to learn more about Composer usage.
If you had Composer already installed before, make sure you use an up to date version. You can update Composer
by running
`composer self-update`
.
With Composer installed, you can install Yii by running the following commands under a Web-accessible folder:
With Composer installed, you can install Yii by running the following commands under a Web-accessible folder:
composer global require "fxp/composer-asset-plugin:1.0.0-beta2"
composer global require "fxp/composer-asset-plugin:1.0.0-beta2"
...
@@ -30,6 +33,11 @@ The first command installs the [composer asset plugin](https://github.com/franco
...
@@ -30,6 +33,11 @@ The first command installs the [composer asset plugin](https://github.com/franco
which allows managing bower and npm package dependencies through Composer. You only need to run this command
which allows managing bower and npm package dependencies through Composer. You only need to run this command
once for all. The second command installs Yii in a directory named
`basic`
.
once for all. The second command installs Yii in a directory named
`basic`
.
> Note: During the installation it may happen that Composer asks for login credentials for your Github account because it hits the
> Github API rate-limit. This is normal because Composer needs to retrieve a lot of information for all the packages from Github.
> Logging in to Github increases the API rate-limit so Composer can go on with its work. For more details, please refer to the
> [Composer documentation](https://getcomposer.org/doc/articles/troubleshooting.md#api-rate-limit-and-oauth-tokens).
> Tip: If you want to install the latest development version of Yii, you may use the following command instead,
> Tip: If you want to install the latest development version of Yii, you may use the following command instead,
> which adds a [stability option](https://getcomposer.org/doc/04-schema.md#minimum-stability):
> which adds a [stability option](https://getcomposer.org/doc/04-schema.md#minimum-stability):
>
>
...
...
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