Last active
December 23, 2015 02:38
-
-
Save wcypierre/6567867 to your computer and use it in GitHub Desktop.
gateone_setup.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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