windows下ssh客户端,也使用chrome扩展:Secure Shell,连接之后的默认密码是:vagrant
2015-01-08
@happypeter,为了区分各个页面,我根据你所说的,对 application.html.erb 中的 body 标签做添加了<body class="<%= params[:controller] + '-' + params[:action] %>",但是我可以获取当前页面class=“page-welcome”,但是我跳转到另一个页面的时候获取的还是class=“page-welcome”,为什么呢?
2015-01-07
ubuntu下面的命令是 "cmd": ["google-chrome", "$file"]
快捷键是ctrl + b
快捷键是ctrl + b
2015-01-04
@华子0603 我自己不使用 windows 所以不能复现你的错误。貌似你的 virtualbox 没有安装好,可以改一个其他版本的 virtualbox 进行安装。
2015-01-03
vagrant up 之后不能启动
提示下面 系统win7 64位
Command: ["list", "hostonlyifs"]
Stderr: VBoxManage.exe: error: Failed to create the VirtualBox object!
VBoxManage.exe: error: Code E_NOINTERFACE (0x80004002) - No such interface suppo
rted (extended info not available)
提示下面 系统win7 64位
Command: ["list", "hostonlyifs"]
Stderr: VBoxManage.exe: error: Failed to create the VirtualBox object!
VBoxManage.exe: error: Code E_NOINTERFACE (0x80004002) - No such interface suppo
rted (extended info not available)
2015-01-03
@shuihen 上一条 @ 错了,sorry
关于访问不了 3000 端口的问题。检查一下有没有漏掉视频中给出的步骤,如果没有的话,应该是没有问题的。
另一个方法: Vagrantfile 设置
config.vm.network "forwarded_port", guest: 3000, host: 3000
然后用 localhost:3000 来访问
关于访问不了 3000 端口的问题。检查一下有没有漏掉视频中给出的步骤,如果没有的话,应该是没有问题的。
另一个方法: Vagrantfile 设置
config.vm.network "forwarded_port", guest: 3000, host: 3000
然后用 localhost:3000 来访问
2014-12-29
我的vagrant ubuntu中 rails s 了, 在真机里 访问不了3000端口 时什么情况。。扫描端口 没有1000以上的端口
2014-12-29
我进入了https://vagrantcloud.com/ubuntu/boxes/trusty64,但是没有显示像视频里那样的命令,而是显示: vagrant up ubuntu/trusty64 --provider virtualbox,应该执行这个命令还是按视频里面的命令执行?
2014-12-27