Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Play! framework について

Yusaku ONO
November 12, 2011

Play! framework について

2011/11/11 第27回はごー勉強会の発表資料です

Yusaku ONO

November 12, 2011
Tweet

More Decks by Yusaku ONO

Other Decks in Technology

Transcript

  1. app - ソースコード conf - 設定ファイル public - 静的ファイル(CSS, JavaScript,

    Image など) test - テスト⽤コード lib - 外部ライブラリ modules - Play! ⽤モジュール logs - ログ tmp - class ファイルなど test-result - テスト結果
  2. $ play install cobertura $ vim conf/dependencies.yml # Application dependencies

    require: - play -> cobertura 2.4 $ play dependencies --forceCopy