In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Deployment of Jumpserver open source springboard system
1. Brief introduction
Jumpserver uses Python / Django for development, complies with Web 2.0 specification, and is equipped with industry-leading Web Terminal solution with beautiful interface and good user experience.
Jumpserver adopts distributed architecture, supports cross-regional deployment of multiple data centers, provides API in the central node, and deploys login nodes in each server room, which can be scaled horizontally without concurrency restrictions. Change the world, starting with a little bit.
Wiki address: https://github.com/jumpserver/jumpserver/wiki
Official website: http://www.jumpserver.org/
Github address: https://github.com/jumpserver/jumpserver
two。 Environment
CentOS Linux release 7.3.1804 (Core)
3. Install epel
# yum makecache
# yum install epel-release
# yum clean all
4. Install dependency packages
# yum-y install python-pip python-devel sshpass lrzsz readline-devel
5. Install mariadb-server
# yum-y install mariadb mariadb-devel mariadb-server
# systemctl start mariadb
# systemctl enable mariadb
Create database jumpserver authorization
# create database jumpserver default charset 'utf8'
# grant all on jumpserver.* to 'jumpserver'@'127.0.0.1' identified by' password'
6. Download jumpserver
# wget https://github.com/jumpserver/jumpserver/archive/0.3.2-rc2.tar.gz
# cd / usr/local/src
# cd / usr/local/src
# tar-xf 0.3.2-rc2.tar.gz
# cd / usr/local/src/jumpserver-0.3.2-rc2/install
# pip install-r requirement.txt
View installed dependency packages
# pip freeze
If you find that the version is inconsistent, reinstall the correct version of the dependent package by specifying the version number, for example: pip install django==1.6
Note: the version of the installation package must be consistent with the version in the requirement.txt file, otherwise there will be all kinds of compatibility problems!
7. Install jumpserver
# python install.py
# cd jumpserver/install
8. Start jumpserver
#. / service.sh start
9. Visit http://ip:8000
Password: 5Lov@wife
User name: admin
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.