0.yum install -y  wget
1.wget https://github.com/downloads/liftoff/GateOne/tornado-2.4-1.noarch.rpm
2.wget https://github.com/downloads/liftoff/GateOne/gateone-1.1-1.noarch.rpm
3.wget https://bootstrap.pypa.io/ez_setup.py -O - | python
4.easy_install  ordereddict
5.yum localinstall tornado-2.4-1.noarch.rpm
6.yum localinstallgateone-1.1-1.noarch.rpm
7.yum install -y unzip
8.cd /opt/gateone/
9.python gateone.py  
10.访问:https://192.168.92.128/                如果报错请执行下面操作
10.service iptables stop
11.vi  /opt/gateone/server.conf
            origins = "http://localhost;https://localhost;http://127.0.0.1;https://192.168.92.128"
 12.service gateone restart13.访问:https://192.168.92.128/