> 之前一篇文章介绍了composer的安装,本篇介绍一下vagrant以及homestead的安装。 原文:[ekan001.com/article/40][1] ###准备工作### - VirtualBox 虚拟机,基础依赖 - Vagrant 基于VirtualBox或vmware的虚拟化环...
1.打包系统 2.创建系统 新建文件夹win7 将box文件拷入win7中, box的名字 : IE11.Win7.For.Vagrant.box\ vagrant box add win7 IE11.Win7.For.Vagrant.box 执行vagrant init产生Vagrantfile,将文件中的base改为win...
分类:
其他好文 时间:
2015-04-21 20:56:45
阅读次数:
180
virtualbox-4.3? 去官网下载deb格式(可直接在软件中心安装,卸载使用命令apt-get remove virtualbox-4.3) ? 2.vagrant(虚拟机文件端口映射到本机的工具) ??? 安装时,去官网直接下载deb ??? vagrantbox...
分类:
其他好文 时间:
2015-04-17 14:06:17
阅读次数:
172
错误信息: The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed! /sbin/ifup eth1 Stdout from the command: Stderr from the command: stdi...
VagrantVagrant是自动化配置或复制工作环境的工具。以VirtualBox, VMware, AWS, 等为provider提供VM;支持多种对VM的provision工具:shell scripts, Chef, 或Puppet,在VM上自动安装和配置软件。如何使用Vagrant+ 下载...
分类:
其他好文 时间:
2015-03-16 22:56:08
阅读次数:
249
Why Devops:用工具替代setup环境时的重复手动劳动;避免手动setup多个环境时产生微小差异。使用脚本部署app。Devops Tools:vagrant +ansibleHow:1. 用vagrant工具批量生成VM,替代手动重复生成VM。2. 用ansible的playbook同时为...
分类:
其他好文 时间:
2015-03-16 22:49:56
阅读次数:
203
i‘m new to use vagrant,今天升级了下vbox里的ubuntu12.04内核,结果vagrant reload后出现报错。 Failed to mount folders in Linux guest. This is usually because the "vboxsf" file system is not availabl...
分类:
系统相关 时间:
2015-03-10 23:20:15
阅读次数:
519
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
ARPCHECK=no /sbin/ifup eth1 2> /dev/null
Stdout from the command:
Device eth1 does not seem to be present, delaying initialization.
St...
分类:
Windows程序 时间:
2015-03-07 20:05:43
阅读次数:
1240
今天使用vagrant ,代码同步:vagrant rsync-auto 发现代码同步失效了,几次重启之后发现启动报错:有点疑惑,因为1h之前还同步过修改的代码,现在突然报错,目前仍然不明原因(这1h之内没有做过任何编码设置/修改的操作,仍然诡异,留待大神研究吧~)以下直接说重点报错的原因:
vagrant的源码使用Ruby实现的,Ruby 转码的方法:encode 有转码兼容,GBK转码为UTF...
分类:
其他好文 时间:
2015-03-03 22:15:45
阅读次数:
219
操作系统信息:
[vagrant@localhost ~]$ uname -a
Linux localhost.localdomain 2.6.32-358.el6.x86_64 #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
1、sudo yum install Percona-Server-shared-55-5.5.37-rel35.0.el6.x86_64.rpm...
分类:
数据库 时间:
2015-02-26 23:03:59
阅读次数:
514