Skip to content
Kaz Watanabe edited this page Jan 5, 2015 · 4 revisions

「CakePHPで学ぶ継続的インテグレーション」正誤表

P-233 リスト 5.38 Fabricateプラグインのロード設定

(Config/environments/development.php)

(Config/bootstrap/environments/development.php)

P-319〜320 Users プラグインのインストール

Usersプラグインのバージョンアップで互換性の無い修正が入ったため、2.1.0を指定する様修正する必要があります。

composer require 'cakedc/users:2.*'

composer require 'cakedc/users:2.1.0'

P-121 Chef Solo との組み合わせによる自動プロビジョニング

$ gem install bunlder

$ gem install bundler