【发布时间】:2013-10-10 04:03:05
【问题描述】:
我们正在使用 Vagrant 进行部署,我们最终希望在 Rackspace 上部署这个集群。 vagrant-rackspace 插件是一个自然的选择,但它有一些 bug 没有包含在最新的 0.1.1 版本 (notably that vagrant provision doesn't work) 中。我通过合并其他人的工作在我的存储库的personal fork 中解决了这个问题。是否可以从 github 安装 vagrant 插件?
显而易见的事情没有奏效:
[unix]$ vagrant plugin install vagrant-rackspace --plugin-source https://github.com/deanmalmgren/vagrant-rackspace
Installing the 'vagrant-rackspace' plugin. This can take a few minutes...
The plugin 'vagrant-rackspace' could not be found in local or remote
repositories. Please check the name of the plugin and try again.
我是 vagrant 和 ruby 的新手,所以这里的任何指针都将不胜感激。谢谢!
【问题讨论】: