AppModuleManager moduleManager = new MultiInstallLocalAppModuleManager(
dynamoRoot.getAbsolutePath(), dynamoRoot, modulesPath
);
AppLauncher launcher = AppLauncher.getLauncher(moduleManager, modulesPath);
// Start Nucleus
String configpath = DynamoServerLauncher.calculateConfigPath(
launcher, startupOptions.getLiveConfig(), startupOptions.getLayersAsString(), false, null
);