At the 2009 Barcamp Leeds I attended a talk by Neil Crosby where he talked about automated testing, and about how he felt there was a gap in everything that people were testing. Everyone has unit tests, and people are doing full stack testing too, but no-one (so he feels) does XHTML/CSS/JS validation as part of their automated test suite. ...
--More--Tagged with cli
Automatically Deploying Website From Remote Git Repository
- 2009-05-30 02:30:40
Before I start, I'll just quickly run through where I put stuff on my server. Apache logs and config are in the ubuntu default folders: /var/log/apache2 and /etc/apache2/ respectively.
Find shell commands with which
- 2009-04-19 15:02:04
So I have this command in my $PATH, apachectl. Because I'm on a mac and I've installed apache2 through MacPorts, the command that gets found first is my macports install in /opt. Up until now I've always known that which apachectl will find that location, but to find any other locations of apachectl I'd usually use locate and egrep...
Migrating Rubygems to Ruby 1.9.x
- 2009-01-31 20:29:57
Install Mysql Gem on Leopard
- 2009-01-21 17:09:41