1,介绍Vagrant我们做web开发的时候经常要安装各种本地测试环境,比如apache,php,mysql,redis等等。出于个人使用习惯,可能我们还是比较习惯用windows。虽然说在windows下搭建各种开发环境是可行的,各大开发环境都有windows版本。然而在windows下配置有时候...
下载好ubuntu的box以后,开始导入下载地址是http://mirrors.hypo.cn/ubuntu-vagrant/trusty/20151130/trusty-server-cloudimg-amd64-vagrant-disk1.box接着导入vagrant box add ubunt...
分类:
其他好文 时间:
2015-12-08 20:17:52
阅读次数:
853
Vagrant常用命令Vagrant的几个命令:vagrant box add添加box的操作vagrant init初始化box的操作vagrant up启动虚拟机的操作vagrant ssh登录拟机的操作Vagrant还包括如下一些操作:vagrant box list显示当前已经添加的box列...
分类:
其他好文 时间:
2015-12-02 09:16:04
阅读次数:
349
改方法是调试drush所执行的php代码的方法,同样适用于普通的cli方式运行的php程序的调试。1、首先需要调整cli方式的xdebug.ini配置:sudo vi /etc/php5/cli/conf.d/xdebug.ini[XDebug]zend_extension="/usr/lib/ph...
分类:
其他好文 时间:
2015-12-01 07:10:01
阅读次数:
238
laravel homestead真是个好东西啊,折腾了很长时间,终于ok啦。安装成功之后,在~目录下有个homstead,进入执行vagrant upclzdeMBP:Homestead clz$ vagrant up Bringing machine 'default' up with 'vir...
分类:
其他好文 时间:
2015-11-27 12:37:17
阅读次数:
121
1. ssh客户端生成key 1 $ ssh-keygen -t rsa -b 4096 2 Generating public/private rsa key pair. 3 Enter file in which to save the key (/Users/(username)/.ssh/i...
分类:
编程语言 时间:
2015-11-18 09:15:18
阅读次数:
628
[D:\workspace]$ vagrant ssh `ssh` executable not found in any directories in the %PATH% variable. Is an SSH client installed? Try installing Cygwin, MinGW or Git, all of which contain an S...
转自: http://www.infoq.com/cn/articles/etcd-interpretation-application-scenario-implement-principleetcd:从应用场景到实现原理的全方位解读随 着CoreOS和Kubernetes等项目在开源社区日益火热...
分类:
其他好文 时间:
2015-11-10 10:30:44
阅读次数:
342
VagrantIntroductionVagrantprovideseasytoconfigure,reproducible,andportableworkenvironmentsbuiltontopofindustry-standardtechnologyandcontrolledbyasingleconsistentworkflowtohelpmaximizetheproductivityandflexibilityofyouandyourteam.Toachieveitsmagic,Vagrantsta..
分类:
其他好文 时间:
2015-11-10 01:56:52
阅读次数:
529