<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>heroku on Nullog.net</title><link>https://the.nullog.net/tags/heroku/</link><description>Recent content in heroku on Nullog.net</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Fri, 27 Dec 2013 00:00:00 -0500</lastBuildDate><atom:link href="https://the.nullog.net/tags/heroku/index.xml" rel="self" type="application/rss+xml"/><item><title>5&#43; Hours</title><link>https://the.nullog.net/2013/12/5-hours/</link><pubDate>Fri, 27 Dec 2013 00:00:00 -0500</pubDate><guid>https://the.nullog.net/2013/12/5-hours/</guid><description>I&amp;rsquo;ve been putting of creating a plug-in that would take my images from flickr and embed them on pages here&amp;hellip; was able to make a local working plug in fairly quicky. However, everytime I tried to push the site to heroku everything would fail with an error, Liquid Exception: No API key or secret defined!
Well the solution was simple and I kept glossing over it
heroku labs:enable user-env-compile Yes, thats right.</description></item><item><title>Giving Back</title><link>https://the.nullog.net/2012/09/giving-back/</link><pubDate>Tue, 04 Sep 2012 00:00:00 -0400</pubDate><guid>https://the.nullog.net/2012/09/giving-back/</guid><description>I the course of building and deploying this site one particular site has been truly helpful, Stack Overflow. Today I was finally able to give back and answer a fairly simple question that had me perplex when I first encountered it, Jekyll on Heroku listing additional (internal?) posts I haven&amp;rsquo;t created.
The probelm: Jekyll on heroku publishes mysterious pages, and they all relate to your project someway, somehow.
The solution: Let&amp;rsquo;s call the directory where Jekyll is installed &amp;amp; running from the root /.</description></item><item><title>github to heroku deplyment</title><link>https://the.nullog.net/2012/08/github-to-heroku-deplyment/</link><pubDate>Sun, 26 Aug 2012 00:00:00 -0400</pubDate><guid>https://the.nullog.net/2012/08/github-to-heroku-deplyment/</guid><description>Once again I&amp;rsquo;m taking inspiration from Jonas Forsberg and Deploy to Heroku from Github. However, I just couln&amp;rsquo;t get the thing to work. So I backtracked to the orginal project github-heroku-pusher and everything now seems to be in working order. I think I will circle back around to his method eventually, but for now, while I build out the site I&amp;rsquo;m going to follow the don&amp;rsquo;t fix what isn&amp;rsquo;t broken mantra.</description></item><item><title>heroku</title><link>https://the.nullog.net/2012/08/heroku/</link><pubDate>Thu, 09 Aug 2012 00:00:00 -0400</pubDate><guid>https://the.nullog.net/2012/08/heroku/</guid><description>After playing with jekyll on Git Hub&amp;rsquo;s pages, I realized I needed something with a bit more zest. I needed plug-in support. I found Jonas Forsberg post entitled Jekyll + Heroku + Unicorn = Blazing fast blogging and basically followed the step outlined below.
sudo gem install heroku sudo gem install bundler heroku auth:login git clone git@github.com:himynameisjonas/jekyll-heroku-unicorn.git cd jekyll-heroku-unicorn bundle install heroku create git push heroku master That lead to a complete fail.</description></item></channel></rss>