deploy 工具搭建

阅读更多
1.脚本文件传至/data/work/目录下(文件参照原服务器)


2.安装ruby:
yum install ruby
yum install rubygems


3.安装capistrano
gem install capistrano


4.rsync 配置:(文件参照原服务器)
(1)/root/.rpas 目录下新建文件: .rsync_client_pass
(2)/root/.secure 目录下新建文件: rsyncclientpass.pas 和 rsync.pas
(3)配置/etc 目录下文件 rsyncd.conf
(4)启动rsync进程:
 rsync –config=/etc/rsyncd.conf --daemon

参考:
http://blog.lixiphp.com/solve-rsync-auth-failed-on-module/

你可能感兴趣的:(deploy 工具搭建)