Skip to content

Commit

Permalink
Update docs to latest version of composer-asset-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
klimov-paul committed Sep 3, 2015
1 parent f470326 commit b107d61
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/guide-es/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Si ya tienes composer instalado asegurate que esté actualizado ejecutando `comp
Teniendo Composer instalado, puedes instalar Yii ejecutando los siguientes comandos en un directorio accesible vía Web:
Nota: es posible que en al ejecutar el primer comando te pida tu username

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

El comando anterior instala Yii dentro del directorio `basic`.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-it/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Se hai già Composer installato assicurati di avere una versione aggiornata. Puo

Una volta installato Composer, puoi installare Yii eseguendo questo comando in una directory accessbile via web:

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

Il primo comando installa il [plugin composer asset](https://github.com/francoispluchino/composer-asset-plugin/)
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Composer は `composer self-update` コマンドを実行してアップデー

Composer がインストールされたら、ウェブからアクセスできるフォルダで下記のコマンドを実行することによって Yii をインストールすることが出来ます。

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

最初のコマンドは [composer アセットプラグイン](https://github.com/francoispluchino/composer-asset-plugin/) をインストールします。
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/tutorial-start-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ Yii の新しいプロジェクトテンプレートを作成するのに必要
これで、あなたのテンプレートを使ってプロジェクトを作成することが出来ます。

```
composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer create-project --prefer-dist --stability=dev mysoft/yii2-app-coolone new-project
```
2 changes: 1 addition & 1 deletion docs/guide-ja/tutorial-yii-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Yii は数多くの優れた機能を提供していますので、サードパ

サードパーティのシステムが Composer を使って依存を管理している場合は、単に下記のコマンドを実行すれば Yii をインストールすることが出来ます。

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer require yiisoft/yii2
composer install

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-pl/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Jeśli posiadałeś już wcześniej zainstalowanego Composer'a, upewnij się, ż

Z zainstalowanym Composer'em możesz przejść do instalacji Yii wywołując poniższe komendy w katalogu dostępnym w sieci web:

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

Pierwsza komenda instaluje [wtyczkę zasobów](https://github.com/francoispluchino/composer-asset-plugin/), która pozwala na zarządzanie zasobami [Bower'a](http://bower.io) oraz [paczkami zależności NPM](https://www.npmjs.com/) przez Composer.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-pt-BR/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Você pode atualizar o Composer executando o comando `composer self-update`.
Com o Composer instalado, você pode instalar o Yii executando o seguinte comando
em um diretório acessível pela Web:

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

O primeiro comando instaka o [composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/)
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-pt-BR/tutorial-yii-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Como o Yii fornece muitas características excelentes, algumas vezes você pode

Se o sistema em questão utilizar o Composer para gerenciar suas dependências, você pode simplesmente executar o seguinte comando para instalar o Yii:

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer require yiisoft/yii2
composer install

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

После установки Composer устанавливать Yii можно запустив следующую команду в папке доступной через веб:

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

Первая команда устанавливает [composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/),
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/tutorial-start-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ git clone [email protected]:yiisoft/yii2-app-basic.git
Это все, что требуется для создания нового шаблона проекта в Yii. Сейчас вы можете создавать проекты, использующие ваш шаблон:

```
composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer create-project --prefer-dist --stability=dev mysoft/yii2-app-coolone new-project
```
2 changes: 1 addition & 1 deletion docs/guide-ru/tutorial-yii-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Yii::$classMap['Class2'] = 'path/to/Class2.php';

Если сторонняя система использует для управления зависимостями Composer, Yii можно просто установить с помощью следующих команд:

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer require "yiisoft/yii2:*"
composer install

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-uk/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

Після встановлення Composer, встановити Yii можна виконавши наступну команду з директорії, яка доступна через Web:

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

Перша команда встановить [плагін ресурсів composer (composer-asset-plugin)](https://github.com/francoispluchino/composer-asset-plugin/),
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-uk/tutorial-yii-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Yii::$classMap['Class2'] = 'path/to/Class2.php';

Якщо стороння система використовує управління залежностями Composer, ви можете встановити Yii за допомогою наступних команд:

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer require yiisoft/yii2
composer install

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-vi/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Nếu bạn đã cài Composer rồi, hãy chắc chắn rằng bạn đang sử

Sau khi cài đặt Composer, bạn có thể cài đặt Yii bằng cách chạy lệnh sau ở thư mục Web mà ứng dụng cần chạy:

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

Câu lệnh đầu tiên sẽ cài đặt [composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/)
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-zh-CN/start-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

Composer 安装后,切换到一个可通过 Web 访问的目录,执行如下命令即可安装 Yii :

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer create-project --prefer-dist yiisoft/yii2-app-basic basic

第一条命令安装 [Composer asset plugin](https://github.com/francoispluchino/composer-asset-plugin/),它是通过 Composer 管理 bower 和 npm 包所必须的,此命令全局生效,一劳永逸。
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/tutorial-start-from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Use the Template
That's all that's required to create a new Yii project template. Now you can create projects using your template:

```
composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer create-project --prefer-dist --stability=dev mysoft/yii2-app-coolone new-project
```
2 changes: 1 addition & 1 deletion docs/guide/tutorial-yii-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ take two steps: install Yii, and bootstrap Yii.
If the third-party system uses Composer to manage its dependencies, you can simply run the following commands
to install Yii:

composer global require "fxp/composer-asset-plugin:~1.0.0"
composer global require "fxp/composer-asset-plugin:~1.0.3"
composer require yiisoft/yii2
composer install

Expand Down
2 changes: 1 addition & 1 deletion docs/internals-ja/git-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ git remote add upstream git://github.com/yiisoft/yii2.git

- `composer update` を実行して、依存パッケージをインストールします ([composer をグローバルにインストール](https://getcomposer.org/doc/00-intro.md#globally) したものと仮定しています)。

> Note|注意: `Problem 1 The requested package bower-asset/jquery could not be found in any version, there may be a typo in the package name.` というようなエラーが生ずる場合は、`composer global require "fxp/composer-asset-plugin:~1.0.0"` を実行する必要があります。
> Note|注意: `Problem 1 The requested package bower-asset/jquery could not be found in any version, there may be a typo in the package name.` というようなエラーが生ずる場合は、`composer global require "fxp/composer-asset-plugin:~1.0.3"` を実行する必要があります。
- `php build/build dev/app basic` を実行して、ベーシックアプリケーションをクローンし、その依存パッケージをインストールします。
このコマンドは外部 composer パッケージは通常どおりインストールしますが、yii2 レポジトリは現在チェックアウトされているものをリンクします。
Expand Down
2 changes: 1 addition & 1 deletion docs/internals/git-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following steps are not necessary if you want to work only on translations o

- run `composer update` to install dependencies (assuming you have [composer installed globally](https://getcomposer.org/doc/00-intro.md#globally)).

> Note: If you see errors like `Problem 1 The requested package bower-asset/jquery could not be found in any version, there may be a typo in the package name.`, you will need to run `composer global require "fxp/composer-asset-plugin:~1.0.0"`
> Note: If you see errors like `Problem 1 The requested package bower-asset/jquery could not be found in any version, there may be a typo in the package name.`, you will need to run `composer global require "fxp/composer-asset-plugin:~1.0.3"`
- run `php build/build dev/app basic` to clone the basic app and install composer dependencies for the basic app.
This command will install foreign composer packages as normal but will link the yii2 repo to
Expand Down

0 comments on commit b107d61

Please sign in to comment.