tools

Automated deployment on remote server with git

Some time back, I wanted to setup my server so I could push code to my repositories, and have it automatically deployed to a website root directory after doing a git push from my local machine. I can’t remember where I found the instructions so I can’t give credit to whom I got it from, but here’s how I did it.

This is followed by a tutorial on how to extend this setup to multiple branches and work-trees for “live” and “development” versions of a website.

read more

Kodes

After creating rewriter I received a request at work asking if there was a simple way to test errors views on the front-end code we do at Betfair. As I did not have any real idea at the time, I wrote a dead simple ruby application hosted on my machine to return an HTTP error code, so the front-end would display the correct error messages. It seemed it was a good idea and I improved it by creating kodes.

Access kodes

read more

Rewriter

I’ve been thinking in the past to create my own little applications for my own organisation and as a tool suite. The first one to come out is (surprisingly) not a todo app, but a URL shortener/bookmark manager. Check it out: Rewriter.

Access Rewriter

read more

Categories