JumpServerをCentOS7にインストールする手順
環境要件
CentOS Linux 7.6.1810 (Core)
JumpServer 1.4.8
Python 3.6.X
MariaDB データベース
Python 3.6のソースインストール
公式サイトからPython 3.6.9のソースコードをダウンロードします。
wget https://www.python.org/ftp/python/3.6.9/Python-3.6.9.tgz
tar -xzf Python-3.6.9.tgz
ビルド依存パッケージのインストール
yum install -y zlib-devel bzip2-de ...
7月23日 18:22 投稿