首先,我对 Ruby 了解不多,但是 Openshit 命令行使用“rhc”来管理我在云上的应用程序。很好!...但是'rhc'程序基于Ruby,Rubygems ....一些东西。
好的,我在 Linux Mint(基于 Ubuntu)上使用 apt-get 安装了这些程序:
sudo apt-get install ruby1.8
sudo apt-get install gem
sudo apt-get install rubygems
gem install json_pure
gem install rake
gem install rhc
很好!..rhc 它在我的控制台中可见,但是当我尝试执行任何 rhc 命令时,控制台会为我返回:
rhc-create-domain -n carlosjr -l carlosjrcabello@gmail.com
/usr/local/lib/site_ruby/1.8/rubygems/dependency.rb:247:in `to_specs': Could not find rhc (>= 0) amongst [json-1.6.6, json_pure-1.6.6, mime-types-1.18, parseconfig-0.5.2, rest-client-1.6.7] (Gem::LoadError)
from /usr/local/lib/site_ruby/1.8/rubygems/dependency.rb:256:in `to_spec'
from /usr/local/lib/site_ruby/1.8/rubygems.rb:1231:in `gem'
from /usr/local/bin/rhc-create-domain:18
记住,我不知道我是否必须在 ruby 或 RubyGem 中更新一些东西。
暂时没有了。谢谢。