win10下优雅的调试swoole,安装VirtualBox和Vagrant
win10下优雅的调试swoole方式:安装VirtualBox和Vagrant
Vagrant命令
vagrant.exe box add centos7.6 D:/phps/box/vagrant-centos-7.6.box
vagrant.exe init centos7.6
vagrant.exe up
vagrant ssh
sudo su -
Vagrant-CentOs7.6.box的镜像下载地址:https://share.weiyun.com/5EmmAzF 密码:easysw
这样就配置好了,win10下面的开发环境。https://www.easyswoole.com/Cn/Video/Install/configureVagrantFile.html
以后启动虚拟机步骤:
到目录下:box,Vagrantfile所在的文件夹,执行
1)开机命令:vagrant up
2)进入虚拟机:vagrant ssh
3)共享目录:/work == C:\php\phpStorm