uehr / binary-heroku-example

Example run binary on heroku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binary-heroku-example

Example run binary on heroku

Usage

# Get this example app
git clone git://github.com/uehr/binary-heroku-example.git
cd binary-heroku-example

# Create a heroku app
heroku create --stack cedar --buildpack https://github.com/uehr/heroku-buildpack-bin.git

# Deploy to heroku
git push heroku master

# Open heroku app url
heroku open

If it succeeds it looks like this

https://binary-heroku-example.herokuapp.com

About

Example run binary on heroku