Hosting Reclaimed

Here’s another technical post for y’all! I had some time this past weekend, so I took a look into the website I made a year ago for Reclaimed. The old version was made with Locomotive CMS, and hosted on Locomotive hosting. It was a good choice at the time, because we needed something fast. We wanted to deploy it before the 2015 super bowl. I’d previously looked into moving it to Wordpress or Drupal, but that would basically require redoing the whole site. More work than I’m willing to put in. But, just this past weekend, Locomotive v3 came out. I decided to try hosting it myself, because $20/mo is just a bit too much to be paying for a simple website like this. Plus, it would be fun! (or so I thought.) ...

January 19, 2016 · 8 min · 1680 words · Gordon Burgett

Running with Docker

Locked out! I managed to lock myself out of my EC2 instance when I was managing my keys. So in order to update my blog, I had to deploy it to a new EC2 instance. I decided to take the opportunity to improve the way I’m deploying new versions of my site. Note: This will be a technical post. If you’re following along with my adventure in Albania, you can skip this one. ...

October 7, 2015 · 6 min · 1081 words · Gordon Burgett

Migrating to Node

So I wanted an app server. How hard could it be right? Well, not really that hard at all. I was tired of having a static site served by apache. I want to do some cool stuff with the google APIs, like maybe a form submit where the results end up in a google doc for me. To do that I need more than hugo’s static site generation. But I didn’t want to get rid of hugo because I like a lot of it’s features, so I added nodejs on top of it as the application server. ...

April 10, 2015 · 4 min · 654 words · Gordon Burgett

which which?

I’m using locomotivecms for a project I’m working on, and it uses ImageMagick for resizing pictures on the fly. The standard instructions say to use the bitnami Ruby stack installer to get everything you need in a nice neat bundle. That worked for me for a while, until I needed to update the version of ruby I’m using. So, I went through the long and painful process of uninstalling the ruby stack, installing each component individually, identifying and correcting a ton of minor problems, and finally squashed the last bug by writing this program. ...

January 6, 2015 · 2 min · 346 words · Gordon Burgett

hosting the blog

I decided to use Amazon EC2 to host the blog, because they give you 1 year free on a micro instance. Plus I’ve always wanted to learn how to host something on Amazon’s cloud. I’ll get a linux instance and put an Apache HTTP server on it. Should be easy enough to do. Here’s my EC2 management console after signing up for an Amazon account and creating a linux micro instance: ![EC2 Management console](/images/2014/EC2 management console.png) ...

December 14, 2014 · 2 min · 380 words · Gordon Burgett

Creating a blog

Well, here it is. I’ve been wanting to create a blog for a while. I don’t know what it will look like in the future, or how often I’ll update it, but as I sit here writing it it’s kind of cathartic. It would be good to get some thoughts out there, and if anybody reads it that’s a bonus. I want to talk about anything and everything on this blog. I’ll delve into my work, hopefully some of these pages will be useful when another developer types some obscure error code into google. I’ll discuss my faith, hopefully that could spark some interesting discussion. I’ll discuss the important stuff that happens in my life, hopefully someone might find it interesting. ...

December 14, 2014 · 3 min · 602 words · Gordon Burgett