码迷,mamicode.com
首页 >  
搜索关键字:coreos vagrant    ( 681个结果
在windows下进行linux开发:利用Vagrant+virtualbox(ShowDoc与mp3dish的作者)
1,介绍Vagrant我们做web开发的时候经常要安装各种本地测试环境,比如apache,php,mysql,redis等等。出于个人使用习惯,可能我们还是比较习惯用windows。虽然说在windows下搭建各种开发环境是可行的,各大开发环境都有windows版本。然而在windows下配置有时候...
分类:Windows程序   时间:2015-12-08 22:25:38    阅读次数:317
Vagrant导入
下载好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的几个命令:vagrant box add添加box的操作vagrant init初始化box的操作vagrant up启动虚拟机的操作vagrant ssh登录拟机的操作Vagrant还包括如下一些操作:vagrant box list显示当前已经添加的box列...
分类:其他好文   时间:2015-12-02 09:16:04    阅读次数:349
在主机中通过xdebug远程调试Vagrant虚拟机中drush脚本的方法
改方法是调试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
laravel homestead真是个好东西啊,折腾了很长时间,终于ok啦。安装成功之后,在~目录下有个homstead,进入执行vagrant upclzdeMBP:Homestead clz$ vagrant up Bringing machine 'default' up with 'vir...
分类:其他好文   时间:2015-11-27 12:37:17    阅读次数:121
[Python Fabric] [SSH] Mac OS X 10.9 + Vagrant虚拟环境使用Python Fabric进行SSH远程登录的简单实验
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
vagrant ssh on windows
[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...
分类:Windows程序   时间:2015-11-10 10:52:33    阅读次数:211
etcd:从应用场景到实现原理的全方位解读
转自: http://www.infoq.com/cn/articles/etcd-interpretation-application-scenario-implement-principleetcd:从应用场景到实现原理的全方位解读随 着CoreOS和Kubernetes等项目在开源社区日益火热...
分类:其他好文   时间:2015-11-10 10:30:44    阅读次数:342
用 vagrant 实现虚拟开发环境的快速部署
VagrantIntroductionVagrantprovideseasytoconfigure,reproducible,andportableworkenvironmentsbuiltontopofindustry-standardtechnologyandcontrolledbyasingleconsistentworkflowtohelpmaximizetheproductivityandflexibilityofyouandyourteam.Toachieveitsmagic,Vagrantsta..
分类:其他好文   时间:2015-11-10 01:56:52    阅读次数:529
681条   上一页 1 ... 51 52 53 54 55 ... 69 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!