// # Ghost bootloader
// Orchestrates the loading of Ghost
// When run from command line.
var ghost = require('./core/server');
ghost();