centos7.2 安装jumpserver

参考文献或是说转:

http://www.cnblogs.com/kevingrace/p/5570279.html

http://blog.51cto.com/2475296/2095927

yum -y install epel-release
yum clean all && yum makecache
yum -y install git python-pip mysql-devel gcc automake autoconf python-devel vim sshpass lrzsz readline-devel
tar -zvxf jumpserver3.0.tar.gz
 cd jumpserver/
 ls
cd install/
ls
pip install -r requirements.txt      
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
pip freeze
yum -y install mariadb mariadb-server
 systemctl start mariadb
systemctl enable mariadb
 mysql_secure_installation
mysql -uroot -p123456

猜你喜欢

转载自www.cnblogs.com/fyy-hhzzj/p/9022157.html