最近、サーバーにデプロイするために gem rvm-capistrano をインストールしました。まず、実行してみましたcap deploy:setup
。RVM はインストールされているようですが、何らかの理由 (権限など) で REE をインストールできませんでした:
Warning:
*** [err :: myserver.com] Failed to create the file ruby-enterprise-1.8.7-2012.02.tar.gz
[...]
There was an error, please check /usr/local/rvm/log//*.log. Next we'll try to fetch via http.
** [out :: myserver.com] Trying ftp:// URL instead.
無関係なので、これ以上は含めませんでした。
明らかにdeploy.rb
sudo オプションでは として設定されてい'root'
ます。