Create a new heroku app.
Start a bash session:
$ heroku run bash --app my_appDownload build-openresty.sh to the current directory:
$ curl -O https://raw.github.com/leafo/heroku-openresty/master/support/build-openresty.shRun the script:
$ sh build-openresty.sh
Copy the result build.tar.gz to your computer (somehow).