From 5612084749a99b0ec33589fc841e1eada8ca9952 Mon Sep 17 00:00:00 2001 From: Thaddee Tyl Date: Sat, 4 Jan 2014 14:03:45 +0100 Subject: [PATCH] Heroku instance creation information. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0a1f28a..953a0cd 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,19 @@ You can also use the `"colorA"` and `"colorB"` fields directly in the badges if you don't want to make a color scheme for it. In that case, remove the `"colorscheme"` field altogether. +# Making your Heroku badge server + +Once you have installed the [Heroku Toolbelt](https://toolbelt.heroku.com/): + +```bash +heroku login +heroku create your-app-name +heroku config:set BUILDPACK_URL=https://github.com/mojodna/heroku-buildpack-multi.git#build-env +cp /path/to/Verdana.ttf . +make deploy +heroku open +``` + # License All work here is licensed CC0.