centos7 下GateOne的安裝


        GateOne是一款不錯的webshell,至於為什么在有了xshell等很多客戶端模式的軟件以后,還需要web形式的,很多人已經給出了比較詳細的答案,可以去百度一下。本文是在全新的centos7環境下對GateOne安裝調試運行,步驟如下:
        1.全新的centos7環境下需要安裝pip
          
          sudo yum -y install epel-release
          sudo yum -y install python-pip
 
        2.下載GateOne
          
          wget https://github.com/liftoff/GateOne/archive/master.zip
 
        3.解壓
          
         unzip master.zip -d/opt
          
         4.安裝所需要的模塊
          
          將pip更新到最新:pip install --upgrade pip
          
          安裝tornado框架:pip install tornado
          
          將setuptools升級:pip install --upgrade setuptools
          
           安裝html5lib: pip install html5lib
 
          5.安裝GateOne
          
          進入GateOne目錄:cd /opt/GateOne-master
          
          安裝GateOne:python setip.py install
          6.啟動
          
          關閉防火牆:systemctl stop firewalld.service
          啟動:python run_gateone.py
          訪問:https:ip:10443
           


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM