logo

Capistranoのインストール


| | | | () | || | __ _ _ __ _ __ _____ ___ ___ | __ |/ _` | '| '__/ _ \ \ /\ / / |/ _
| | | | (
| | | | | | () \ V V /| | () | || ||_,|| || _/ _/_()|_/

  Continuous Integration & Deployment
  Built by the team behind Capistrano

Learn more at http://hrw.io/cap-for-teams

Successfully installed capistrano-harrow-0.4.0 Fetching: capistrano-3.5.0.gem (100%) Successfully installed capistrano-3.5.0 Parsing documentation for sshkit-1.10.0 Installing ri documentation for sshkit-1.10.0 Parsing documentation for airbrussh-1.0.1 Installing ri documentation for airbrussh-1.0.1 Parsing documentation for i18n-0.7.0 Installing ri documentation for i18n-0.7.0 Parsing documentation for capistrano-harrow-0.4.0 Installing ri documentation for capistrano-harrow-0.4.0 Parsing documentation for capistrano-3.5.0 Installing ri documentation for capistrano-3.5.0 5 gems installed

$ cap –version Capistrano Version: 3.5.0 (Rake Version: 10.5.0)

One minute to read

Capistranoの基本的な使い方


| | | | () | || | __ _ _ __ _ __ _____ ___ ___ | __ |/ _` | '| '__/ _ \ \ /\ / / |/ _
| | | | (
| | | | | | () \ V V /| | () | || ||_,|| || _/ _/_()|_/

  Continuous Integration & Deployment
  Built by the team behind Capistrano

Learn more at http://hrw.io/cap-for-teams

  • Free for small projects!

  • Test, deploy and collaborate online easily using tools you already know and love!

  • Trigger tasks automatically based on Git changes and webhooks. Get notified by email, slack, etc.

  • Works seamlessly for PHP, Node.js, Ansible, Python, Go, Capistrano and more!

Try it now? (Yes/no): no Aborting…

/Github/capistrano/test  ls -la total 8 drwxr-xr-x 5 kazuma staff 170 5 3 23:23 . drwxr-xr-x 3 kazuma staff 102 5 3 23:19 .. -rw-r–r– 1 kazuma staff 837 5 3 23:23 Capfile drwxr-xr-x 4 kazuma staff 136 5 3 23:23 config drwxr-xr-x 3 kazuma staff 102 5 3 23:23 lib

One minute to read

case文まとめ

case $1 in 1|2|3 ) echo "1-3" ;; [4-6] ) echo "4-6" ;; esac yes/no分岐 [#oac1bef3]

One minute to read

CentOS6.5から6.4へのダウングレード手順

yum clean all

yum distribution-synchronization

依存関係で実行できない場合は rpm -e –nodeps パッケージ名

yum distribution-synchronization

uname -a

Linux www.h-river.com 2.6.32-358.el6.x86_6

cat /etc/redhat-release

CentOS release 6.4 (Final)

One minute to read

CentOSでパッケージのビルド

rpmファイルは下記にある。 rpmbuild/RPMS/x86_64/

src.rpmファイルは下記にある。 rpmbuild/SRPMS/

One minute to read