$ git clone https://github.com/matiasinsaurralde/tyk-buildpack.git
$ cd tyk-buildpack
$ cf login -a https://api.run.pivotal.io
$ cf create-space tyk-deployment
$ cf target -o 'matias-org' -s 'tyk-deployment'
$ cf push tyk-gateway -b https://github.com/matiasinsaurralde/tyk-buildpack
$ cf create-service rediscloud 30mb tyk-redis
$ cf bind-service tyk-gateway tyk-redis
$ cf restage tyk-gateway
$ cf scale tyk-gateway -i 2