我按照这个 railscast 部署我的 Rails 应用程序:http ://railscasts.com/episodes/347-rubber-and-amazon-ec2?view=asciicast
对我来说有些问题,因为在运行 command:cap rubber: create_staging
并按照教程中的所有说明进行操作后,我的控制台在创建实例后显示以下错误:
** Instance mycustomdomain.com created: i-a53333x1
Waiting for instances to start.......................................................................
** Instance running, fetching hostname/ip data
Trying to enable root login
* 2013-09-28 00:38:48 executing `rubber:_ensure_key_file_present'
* 2013-09-28 00:38:48 executing `rubber:_allow_root_ssh'
* executing "sudo -p 'sudo password: ' bash -l -c 'mkdir -p /root/.ssh && cp /home/ubuntu/.ssh/authorized_keys /root/.ssh/'"
servers: ["xx.xxx.xx.159"]
有什么想法或建议吗?
我正在使用 Mac OS X Mountain Lion。
谢谢你。