Last active
May 21, 2019 17:39
-
-
Save matiasinsaurralde/95a428066b45e355b02dab298b032a00 to your computer and use it in GitHub Desktop.
steps.txt
This file contains hidden or 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
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