如何部署JumpServer?
1、安装MariaDB
yum install -y mariadb mariadb-server mariadb-devel
systemctl start mariadb.service
systemctl enable mariadb.service
2、安装Redis
安装
yum install -y redis
启动Redis
systemctl start redis.service
systemctl enable redis.service
阅读量:73
阅读量:152
阅读量:21
阅读量:143
阅读量:21