- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想在裸机服务器上部署octohost。据我到目前为止了解,s刀solo旨在使用ssh直接在服务器上进行厨师供应?
但是,当我遵循second step时,我得到:
~/octohost-cookbook$ sudo rake knife_solo user=root ip=172.16.90.151 rake aborted! Kitchen::UserError: Vagrant 1.1.0 or higher is not installed. Please download a package from http://downloads.vagrantup.com/.
最佳答案
发生此错误是因为rake
命令使用bundle exec
来执行。 bundle includes Test Kitchen and kitchen-vagrant,需要存在Vagrant才能运行。
您可以通过运行以下命令禁用它们:
bundle install --without integration
Gemfile
中删除它们。
关于vagrant - 带 Knife 的Octohost在裸机上独奏? (UserError:未安装 Vagrant ),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25513317/
我正在使用机器人。今天我遇到了一点问题。单击按钮后,应用程序会转到下一个 Activity 。我需要等待某个按钮的出现。 View am = solo.getView(R.id.btn_login);
让我描述一下这个问题。现在我正处于架构更改阶段。我曾经使用 Elasticsearch 作为聚合和搜索工具,但现在我正在考虑将它用作主数据库。我读到不建议将 Elasticsearch 用作主数据库,
我刚刚安装了全新的 CentOS 6.3 虚拟机并禁用了 SELinux。下面是我运行以安装 Ruby、Chef Solo 并尝试配置 VM 的确切脚本: #!/bin/bash # # Instal
我正在尝试使用 chef-solo 在我的服务器上安装 postgresql。我通过自己进行引导并在脚本中手动包含 build-esential 包来完成这项工作。现在我想使用 knife-solo
当我使用 chef knife solo对于具有 sudo 访问权限的非 root 用户,它总是询问我该用户的密码。但是,我已经关闭了对该服务器的密码访问。 $ bundle exec knife s
上周我一直在和 chef-solo 打交道,我有很多问题。 我想使用 ruby 1.9.2-p290 和 Ubuntu 10.04,所以看起来我必须使用 rvm 之类的东西。 我应该将 RVM 与
我是一名优秀的程序员,十分优秀!