&tag(Capistrano3);
*目次 [#h2c8944f]
#contents
*関連ページ [#p990e6ae]
-[[Capistrano]]

*参考情報 [#i3b863a7]
-[[capistrano/CHANGELOG.md at master · capistrano/capistrano:https://github.com/capistrano/capistrano/blob/master/CHANGELOG.md]]
-[[Upgrading from v2.x.x:http://capistranorb.com/documentation/upgrading/]]
-[[capistrano 3.x系を使ってrailsをデプロイ | iii ThreeTreesLight:http://threetreeslight.com/post/68344998681/capistrano-3-x-rails]]



*インストール [#v40b5c7b]

**セットアップ [#oe04d9a3]
-gem installで実行
 $ gem install capistrano -V
-初期設定
#pre{{
 $ cd myproject
 $ cap install
mkdir -p config/deploy
create config/deploy.rb
create config/deploy/staging.rb
create config/deploy/production.rb
mkdir -p lib/capistrano/tasks
Capified
}}


**config/deploy/production.rbの編集 [#s166c17f]

**config/deploy.rbの編集 [#mb74ff23]

*Capistrano3系との違い [#dd75d649]
**設定値 [#sdbc9dc6]
-:repositoryが:repo_urlに。


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS