安装Vagrant出错 安装Homestead出错失败

安装Vagrant出错 安装Homestead出错

我们也可以在电脑上创建其它文件夹,只需保证创建的文件夹路径跟 Homestead.yaml 文件中的 folders - map 保持一致即可。

成功启动后,通过 SSH 来登录 Homestead:

> vagrant ssh
							

在我们登录成功后,你能看到类似于如下图的界面,现在我们在该终端界面中输入的所有命令都将运行在 Homestead 虚拟机上。

最后尝试关闭 Homestead:

> vagrant halt

I use Windows 10 and Git. I have created a VBox with command: vagrant box add laravel/homestead homestead up homestead ssh inside of: [email protected]: I want to execute this command: vagrant provision but I receive this message:

"The program ‘vagrant‘ is currently not installed. You can install it by typing: sudo apt-get install vagrant"

$ vagrant ssh

Welcome to Ubuntu 16.04.2 LTS (GNU/Linux 4.4.0-38-generic x86_64)

* Documentation: https://help.ubuntu.com

* Management: https://landscape.canonical.com

* Support: https://ubuntu.com/advantage

234 packages can be updated.

101 updates are security updates.

Last login: Fri Apr 28 02:50:17 2017 from 10.0.2.2

[email protected]:~$ vagrant halt

The program ‘vagrant‘ is currently not installed. You can install it by typing:

sudo apt install vagrant

The problem is that you are trying to use vagrant inside the virtual machine (after did ssh) and of coruse you do not have it installed in the virtual machine. Just go oaut of the virtual machin (exit) and in the Windows command prompt run vagrant provision (of course located in the homestead folder). Hope it helps. Bets wishes.

意思就是说:vagrant halt 执行时,执行的窗口不是虚拟机,而是cmd窗口中。

时间: 2024-11-05 22:28:09

安装Vagrant出错 安装Homestead出错失败的相关文章

windows安装vagrant 以及 laravel homestead

之前一篇文章介绍了composer的安装,本篇介绍一下vagrant以及homestead的安装. 原文:ekan001.com/article/40 准备工作 VirtualBox 虚拟机,基础依赖 Vagrant 基于VirtualBox或vmware的虚拟化环境部署工具,可以将一个虚拟机打包(简称vbox)给别人. Homestead laravel官方vbox,集成环境以及一套特制的命令行工具. xshell 这是一款windows下的ssh & shell工具,同类的有securecr

解决VirtualBox下安装虚拟机(Ubuntu)出错(不能为虚拟电脑Ubuntu打开一个新的任务)的有关问题

[转]http://www.myexception.cn/program/1964906.html 解决VirtualBox下安装虚拟机(Ubuntu)出错(不能为虚拟电脑Ubuntu打开一个新的任务)的问题 图片摘自别人 错误提示如下: Unable to load R3 module D:\Program Files\Oracle\VirtualBox/VBoxDD.dll(VBoxDD):GetLastError=1790(VERR_UNRESOLVED_ERROR) 意思是:出现这样的原

[其它]安装ios12 developer beta 3出错

ios11设备升级到ios12有时候会出现 安装ios12 developer beta 3出错 提示.此时有一种可能就是,你手机或者ipad空间不足2G多(因为ios12是2.13G) 仅作为记录使用 参考:http://www.52z.com/jiaocheng/115879.html 原文地址:https://www.cnblogs.com/fanbi/p/9305828.html

Windows 10安装uWSGI:不可行、失败了

Windows 10家庭中文版,Python 3.6.4,uwsgi-2.0.17.tar.gz,压缩工具-7-zip 提示:请不要和我一样尝试,浪费时间,去Linux上玩吧! 几个小时的安装经历 昨天下午学习到将"Django项目部署到Nginx服务器",此部署除了需要Nginx服务器外,还需要一个和Nginx服务器 进行通信的协议软件--uwsgi. 可是,经过尝试,最终没能成功将uwsgi安装到Windows 10,而且有网友的博文说uwsgi不支持在Windows 10上安 装

mac下安装vagrant虚拟环境

为了方便测试,我在mac电脑中安装了两个vagrant 虚拟环境.一个是centos7,里面是oneinstack,ip:192.168.33.10一个是用于Laravel开发的Homestead.ip:192.168.10.10另外又安装了一个windows10. Vagrant简介 Vagrant 是一个基于 Ruby 的工具,用于创建和部署虚拟化开发环境 总的来说还是很好用的,两三个命令就可以启动一台虚拟机,比用virtualbox启动快多了,不过也存在一个问题,box很不好找,找到之后不

在Win7下利用VirtualBox和Vagrant中安装Docker

1.安装VirtualBox 和 Vagrant 首先下载安装VirtualBox 和 Vagrant的windows版本,两个都安装完成后,假设Vagrant在D:\HashiCorp\Vagrant目录下. 1.1 下载 cmd进入DOS,进入目录D:\HashiCorp\Vagrant\bin,一般标准命令是: To use the available boxes just replace {title} and {url} with the information in the tabl

记:Ubuntu 14.04 安装32位库支持库失败

现象: [email protected]:~$ sudo apt-get install ia32-libs[sudo] password for rengh: 正在读取软件包列表... 完成正在分析软件包的依赖关系树 正在读取状态信息... 完成 现在没有可用的软件包 ia32-libs,但是它被其它的软件包引用了.这可能意味着这个缺失的软件包可能已被废弃,或者只能在其他发布源中找到可是下列软件包取代了它:lib32z1 lib32ncurses5 lib32bz2-1.0 E: 软件包 i

ubuntu 安装vagrant过程

Ubuntu安装vagrant时需要首先安装virtualBox. Step1: 在https://www.virtualbox.org/wiki/Linux_Downloads 下载ubuntu对应版本的deb包. Step2: 在ubuntu终端中执行 sudo dpkg -i virtualbox-4.3_4.3.14-95030~Ubuntu~raring_amd64.deb 如果提示缺少依赖包,那么可以执行 sudo apt-get -f install .修复依赖关系,然后再次执行 

centos 安装 Vagrant

使用的软件: 1. CentOS:  CentOS release 6.4 (Final) 2. Vagrant: vagrant_1.2.2_i686.rpm 3. Virtualbox: VirtualBox-4.2-4.2.14_86644_el6-1.i686.rpm 一.安装Vagrant: #yum -y install vagrant_1.2.2_i686.rpm 二.安装VirtualBox: #yum -y install VirtualBox-4.2-4.2.14_86644