Skip to content

Instantly share code, notes, and snippets.

@matiasinsaurralde
Last active May 21, 2019 17:39
Show Gist options
  • Save matiasinsaurralde/95a428066b45e355b02dab298b032a00 to your computer and use it in GitHub Desktop.
Save matiasinsaurralde/95a428066b45e355b02dab298b032a00 to your computer and use it in GitHub Desktop.
steps.txt
apt-get update
apt-get install python3.6 python3.6-dev python3-pip redis -y
wget https://packagecloud.io/tyk/tyk-gateway-unstable/packages/ubuntu/xenial/tyk-gateway-python36_2.8.0~93.e8b4438_amd64.deb/download.deb
mv download.deb tyk-gateway.deb
dpkg -i tyk-gateway.deb
pip3 install protobuf
/opt/tyk-gateway/tyk-python --conf=/opt/tyk-gateway/tyk.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment