config.getModule().bootstrap();
configurableAcrossModuleInfo.setBootstrapStatus( ModuleBootstrapStatus.Bootstrapped );
// Send event that this module has bootstrapped
context.publishEvent( new AcrossModuleBootstrappedEvent( moduleInfo ) );
// Run installers after module itself has bootstrapped
installerRegistry.runInstallersForModule( moduleInfo.getName(),
InstallerPhase.AfterModuleBootstrap );