Fresh install of ServicePulse (1.0.0) doesn't run because app.js is corrupt. This log message is displayed in browser console:
Uncaught SyntaxError: Unexpected token } localhost:9090/js/app.js:63
Uncaught object localhost:9090/lib/angular/angular.js:3555
These three extra lines can be found on line 63 of the file:
]);jection: rejection});
});
}
Replacing app.js with a copy from the repository fixes the problem.