随笔分类 - capistrano
摘要:1、ruby安装 #yum install -y openssl-devel readline-devel zlib-devel git #git clone https://github.com/sstephenson/rbenv.git /usr/local/rbenv 设置环境变量: [roo
阅读全文
摘要:下面安装步骤可以安装在/usr/local/rbenv下,所有用户都可以共享rbenv。 #rbenv安装(/usr/local/rbenv) #安装依赖,需要root用户 yum install -y git yum install -y readline-devel yum install -y
阅读全文
摘要:今天部署cap的时候,setup出现以下错误:查询半天未果,不过最后还是在google找到了,可见度娘极为不靠谱!I had the same error on deploy:setup with v2.14.2.It seems to happen when the number of targe...
阅读全文
摘要:[root@app-test ruby-2.2.3]# gem install capistrano -v 2.15 ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) Errno::ECONNRESET: Connection reset by peer - SSL_connect (https://api...
阅读全文