Schnitzel

Yeah… nerd level increased by a bit. Finally there is code running again under my domain that I can actually see, read, browser, change, modify and eat :)

Anyway… even though there is a very straightforward step-by-step guide for setting up the blog software, I ran into a little problem: Heroku complained that I didn’t specify an app just after I created the app :(

In case anyone else has the issue as well: Good news everyone. It can be solved by the following:

git remote add heroku git@heroku.com:myblog.git
git config heroku.remote heroku

Of course, you gotta have to change myblog to whatever you called your application (first command of step 5).