try {
// Creating of the god object performs most of the booting muck
Hudson hudson = new Hudson(home,context);
// once its done, hook up to stapler and things should be ready to go
controller.install(hudson);
// trigger the loading of changelogs in the background,
// but give the system 10 seconds so that the first page
// can be served quickly
Trigger.timer.schedule(new SafeTimerTask() {