Hudson – A Very Quick Demo
In this video Uncle Bob shows how he set up Hudson to be the continuous integration server for FitNesse. [vimeo 2498115 480 360]
Configuration Management Tutorials and Videos
In this video Uncle Bob shows how he set up Hudson to be the continuous integration server for FitNesse. [vimeo 2498115 480 360]
The starting point of all Agile engineering practices is reproducibly building from source code. If software is delivered on servers, and those servers can’t be reproducibly deployed from bare metal to running services, how Agile can you be? The definition of ’shipping’ software has changed dramatically in the last decade. …
In this episode we will continue our series on how to create a build script using the NAnt build tool. In this episode we will take a look at how to add in the ability to run the MSTest testing engine via our scripts to run our MSTest unit tests. …
In this episode we will continue taking a look at how to setup the Hudson build server for usage in a .net environment. We will be taking a look at how we can use Hudson to report our Unit Tests results after each build. We will be looking at both …
Git is the source control system used to manage the Ruby on Rails project, as well as many other major open source projects. This talk will provide an introduction to how Git works and how to use it effectively to manage your projects. The talk will cover: * How Git …
MySQL replication is fairly easy to set up, but in the real world many obstacles can get in the way of keeping it up and running smoothly. One problem is the slaves getting out of sync with the master. If you’re lucky you’d be alerted with an error in your …