Gate One requires the system to meet the following two prerequisites,
(1)python:2.6+ or 3.2+
(2)Tornado Framework 2.2+
The following command enters from the root directory :
of these two Linux is a basic self-bring, check to see if there are any installed:
$ python–v (to check Python version)
then install Pip , command:
$--no-check-certificate https://bootstrap.pypa.io/get-pip.py
$ python get-pip.py
Install tornado,
$ pip Install tornado
After the installation is complete, let's verify our environment,
$ python-v
$ python-c "Import tornado; Print (tornado.version) "
If you don't have Git installed locally, install Git first,
$ apt-get Install git
Get the Gate One source and install it,
$ git clone https://github.com/liftoff/GateOne.git
$ CD Gateone
$ python./setup.py Install
If you want to run it in the background, use Serveri to start
$/etc/init.d/gateone Start
OK, the service starts successfully and is accessed through the browser
The access address is local https://192.168.0.201, or it can be installed server address: https://10.21.17.99/(Linux), I access under WINDOW7
This article is from the "Bebebo" blog, make sure to keep this source http://junbo.blog.51cto.com/2041374/1732284
Gateone for use under Red Hat Linux