1. 首页
  2. 操作系统
  3. CentOS7云服务器环境配置详解

CentOS7云服务器环境配置详解

上传者: 2023-03-12 22:34:57上传 ZIP文件 796.16MB 热度 17次

环境配置

安装 JDK

yum install java-1.8.0-openjdk.x86_64

安装 MySQL

yum install mariadb mariadb-server
systemctl start mariadb
systemctl enable mariadb

安装 Tomcat

yum install tomcat
systemctl start tomcat
systemctl enable tomcat
下载地址
用户评论