虚拟机 VirtualBox-5.1.22  
系统 CentOS7.3
账号 root
密码 123456

软件:
jdk 1.8.0_111
nginx 1.11.7
mysql 5.7.17
redis 3.2.8

jdk: 

     路径 /usr/local/jdk1.8.0_111

nginx:

          路径 /usr/local/nginx
          启动 nginx
          重启 nginx -s reload

mysql:

           配置 /etc/my.conf
           账号 root
           密码 123456
           端口 3306
           启动 systemctl start mysqld
           停止 systemctl stop mysqld

redis:

         路径 /usr/local/redis
          配置 /etc/reis.conf
          端口 6379
          密码 123456
          启动 systemctl start redis
          停止 systemctl stop redis

相关文章:

  • 2021-10-06
  • 2022-12-23
  • 2021-04-26
  • 2021-09-17
  • 2021-12-16
  • 2022-12-23
  • 2021-11-17
猜你喜欢
  • 2021-05-31
  • 2021-12-10
  • 2021-09-06
  • 2021-10-23
  • 2022-01-29
  • 2022-02-07
相关资源
相似解决方案