Construction of jumpserver springboard machine

  The springboard machine built is based on 0.3.2. Don't ask me why I don't use version 0.5. Can I say that I have not successfully built it? There are too many steps and imperfect functions. It is not recommended for production environments.

The steps are actually very simple:

github wiki: https://github.com/jumpserver/jumpserver/wiki/v0.3.x-based-RedHat

1. Install Git

yum -y install git

Second, clone jumpserver

cd /usr/local

git clone https://github.com/jumpserver/jumpserver.git

cd jumpserver

git checkout -b  0.3.3

3. Execute the installation script

cd jumpserver/install

python install.py

Press Enter all the way, pay attention to the IP address and smtp to be filled in, and record the administrator account and password.

4. Modification

//To modify the original title and link, you need to modify the following files:
/jumpserver/connect.py
/jumpserver/service.sh
/jumpserver/templates/nav.html
/jumpserver/templates/nav_bar_header.html

//modify port
/opt/jumpserver/jumpserver.conf

// restart
./service.sh restart

  

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324880609&siteId=291194637