哪位大侠知道Capistrano除了gem install还有别的安装方法吗?
发布于 1年前 作者 zacard-orc 674 次浏览

小弟ruby/gem门外汉,github上的Capistrano下载后发现gem buidl capistrano.gemspec 始终装不上去。请问这个软件有什么离线安装方法吗?是否一定要上网gem install才能安装,虽然淘宝镜像了站点? 公司服务器不可能接外网,好惆怅啊~~

4 回复

报错如下 [root@cent-202 soft]# cd cap* [root@cent-202 capistrano-master]# ls -tlr 总用量 84 drwxr-xr-x. 6 root root 4096 8月 15 01:35 test -rw-r–r--. 1 root root 3795 8月 15 01:35 README.md -rw-r–r--. 1 root root 230 8月 15 01:35 Rakefile drwxr-xr-x. 3 root root 4096 8月 15 01:35 lib -rw-r–r--. 1 root root 213 8月 15 01:35 Gemfile -rw-r–r--. 1 root root 48827 8月 15 01:35 CHANGELOG -rw-r–r--. 1 root root 1703 8月 15 01:35 capistrano.gemspec drwxr-xr-x. 2 root root 4096 8月 15 01:35 bin -rw-r–r--. 1 root root 6144 9月 21 11:52 capistrano-2.15.4.gem [root@cent-202 capistrano-master]# gem build capistrano.gemspec WARNING: licenses is empty Successfully built RubyGem Name: capistrano Version: 2.15.4 File: capistrano-2.15.4.gem

[root@cent-202 capistrano-master]# gem list

*** LOCAL GEMS ***

highline (1.6.19) net-scp (1.1.2) net-sftp (2.1.2) net-ssh (2.7.0) net-ssh-gateway (1.2.0) [root@cent-202 capistrano-master]# 还是没装到

Gems 和 NPM 类似, 不让上网做起事情就超麻烦… 不知道能不能在别的机器安装一遍 copy 整个依赖过去

后来找到了gem install -l XXXX.gems 本地安装

回到顶部