Skip to content

Instantly share code, notes, and snippets.

@VarunAgw
Last active April 13, 2017 18:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VarunAgw/eacba77fdbf78a09ce84 to your computer and use it in GitHub Desktop.
Save VarunAgw/eacba77fdbf78a09ce84 to your computer and use it in GitHub Desktop.
How to Install GateOne on Ubuntu 14.04.3
wget https://github.com/downloads/liftoff/GateOne/gateone_1.1-1_all.deb
wget https://github.com/downloads/liftoff/GateOne/python-tornado_2.4-1_all.deb
Note: Don't use "Python-tornado 3.x" with it. It causes some error.
apt-get install python-support
dpkg -i python-tornado_2.4-1_all.deb
dpkg -i gateone_1.1-1_all.deb
service gateone start
Note: By default, it listen on 443 (SSL) only. So visit https://example.com now
Use `nano /opt/gateone/server.conf` to change configuration
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment