如何部署JumpServer?

2026-02-13 03:40:44

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

猜你喜欢