Skip to content

Instantly share code, notes, and snippets.

@wcypierre
Last active December 23, 2015 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wcypierre/6567867 to your computer and use it in GitHub Desktop.
Save wcypierre/6567867 to your computer and use it in GitHub Desktop.
gateone_setup.sh
#!/bin/bash
apt-get update -y;
apt-get install g++ debconf autoconf binutils bison debhelper python-dev python3 python-support python-pip python-openssl python-pam git dtach libpng-dev libjpeg-dev -y
cd /usr/;
git clone https://github.com/liftoff/GateOne.git
pip install --upgrade tornado stdeb slimit cssmin Pillow mutagen futures
cd /usr/GateOne/;
python setup.py install
start gateone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment