【spider】安装
1、下载软件vagrant、docker tools box 以及 grc的 securable软件、以及win7升级包、netframework4.0
Docker Community Edition 18.03.1-ce-win64 2018-04-26
- Upgrades
- Bug fixes and minor changes
- Fix startup failure when the HOME environment variable is already defined (typically started from the command line). Fixes docker/for-win#1880
- Fix startup failure due to incompatibility with other programs (like Razer Synapse 3). Fixes docker/for-win#1723
- https://download.****.net/download/czliuxi/10384811 这里也可以下载
2、打开bios的虚拟cpu设置、并设置cpu的虚拟vt-x,设置为enable
3、下载github里的内容
C:\Users\Administrator>git clone http://github.com/scalingexcellence/scrapybook.git
4、报错的解决、安装win7升级包
Bringing machine 'dev' up with 'docker' provider...
==> web: Docker host is required. One will be created if necessary...
The version of powershell currently installed on this host is less than
the required minimum version. Please upgrade the installed version of
powershell to the minimum required version and run the command again.
Installed version: 2
Minimum required version: 3
vagrant up
提示版本过低
The version of powershell currently installed on this host is less than
the required minimum version. Please upgrade the installed version of
powershell to the minimum required version and run the command again.
Installed version: 2
Minimum required version: 3
解决办法:
https://social.technet.microsoft.com/wiki/contents/articles/21016.how-to-install-windows-powershell-4-0.aspx
下载对应的 更新下 更新好后会提示重启 重启下电脑就可以了
上面链接如果下载不到的话 可以尝试使用下面网盘的
链接:https://pan.baidu.com/s/1Q_nqSaeN-5i_yrq-0gH4IA 密码:95hd
windows 7 SP1 64位选用Windows6.1-KB2819745-x64-MultiPkg.msu
windows7自带的是powershell 2.0 可以自己升级 到 powershell 5.1 也能解决。
https://docs.microsoft.com/en-us/powershell/wmf/5.1/install-configure
5、ssh的报错解决