码迷,mamicode.com
首页 >  
搜索关键字:vagrant    ( 472个结果
windows安装vagrant 以及 laravel homestead
> 之前一篇文章介绍了composer的安装,本篇介绍一下vagrant以及homestead的安装。 原文:[ekan001.com/article/40][1] ###准备工作### - VirtualBox 虚拟机,基础依赖 - Vagrant 基于VirtualBox或vmware的虚拟化环...
分类:Windows程序   时间:2015-05-06 11:21:05    阅读次数:229
vagrant的使用
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
edx 项目初始化安装总结
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
错误信息: 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...
分类:Windows程序   时间:2015-04-08 11:17:55    阅读次数:202
Devops之工作环境配置
VagrantVagrant是自动化配置或复制工作环境的工具。以VirtualBox, VMware, AWS, 等为provider提供VM;支持多种对VM的provision工具:shell scripts, Chef, 或Puppet,在VM上自动安装和配置软件。如何使用Vagrant+ 下载...
分类:其他好文   时间:2015-03-16 22:56:08    阅读次数:249
Devops - 概述
Why Devops:用工具替代setup环境时的重复手动劳动;避免手动setup多个环境时产生微小差异。使用脚本部署app。Devops Tools:vagrant +ansibleHow:1. 用vagrant工具批量生成VM,替代手动重复生成VM。2. 用ansible的playbook同时为...
分类:其他好文   时间:2015-03-16 22:49:56    阅读次数:203
vagrant故障记--升级虚拟机linux内核导致无法挂载共享文件夹
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
vagrant启动报错The following SSH command responded with a non-zero exit status.
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 rsync-auto 代码同步失败报错:UndefinedConversionError
今天使用vagrant ,代码同步:vagrant rsync-auto 发现代码同步失效了,几次重启之后发现启动报错:有点疑惑,因为1h之前还同步过修改的代码,现在突然报错,目前仍然不明原因(这1h之内没有做过任何编码设置/修改的操作,仍然诡异,留待大神研究吧~)以下直接说重点报错的原因: vagrant的源码使用Ruby实现的,Ruby 转码的方法:encode 有转码兼容,GBK转码为UTF...
分类:其他好文   时间:2015-03-03 22:15:45    阅读次数:219
Centos上安装Mysql
操作系统信息: [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
472条   上一页 1 ... 41 42 43 44 45 ... 48 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!