安装VMware虚拟机和centos操作系统
1,安装包:百度网盘;
2,安装教程:https://blog.csdn.net/qq_31362105/article/details/80706096 配置好操作系统,内存,网络等;
3,CentOS 7官方下载地址:https://www.centos.org/download/ 下载镜像文件;
4,VMware安装CentOS详细过程:https://blog.csdn.net/babyxue/article/details/80970526
5,VMware配置NAT方式下的静态ip :https://www.cnblogs.com/jim0816/p/9931601.html
共享虚拟机和本地文件夹:参考:https://blog.csdn.net/shenyunsese/article/details/139814724
#临时挂载
mount -t fuse.vmhgfs-fuse .host:/ /data/www/ -o allow_other
#永久生效
.host:/ /mnt/data fuse.vmhgfs-fuse defaults,_netdev,allow_other 0 0
使用网络模式:
桥接:和宿主在同一个局域网
nat模式:内网映射
虚拟机安装好后:
配置yum源
安装服务
- 安装docker和docker-compose:容器镜像
- mysql
- nginx
- redis
- mongo
- compose.yml
- 安装php
- swoole4+
- composer+配置国内镜像
- 安装node
- 安装clickhouse
- 安装kafka
- 安装git
- 配置宿主机:磁盘映射
- 快照