示例#1
0
collectProperties = CollectProperties()
if os.path.exists(Config.jans_properties_fn):
    collectProperties.collect()
    collectProperties.save()
    Config.installed_instance = True

    if argsp.csx:
        print("Saving collected properties")
        collectProperties.save()
        sys.exit()

if not Config.noPrompt and not Config.installed_instance and not setup_loaded:
    propertiesUtils.promptForProperties()

propertiesUtils.check_properties()

# initialize installers, order is important!
jreInstaller = JreInstaller()
jettyInstaller = JettyInstaller()
jythonInstaller = JythonInstaller()
openDjInstaller = OpenDjInstaller()
couchbaseInstaller = CouchbaseInstaller()
httpdinstaller = HttpdInstaller()
oxauthInstaller = OxauthInstaller()
configApiInstaller = ConfigApiInstaller()
fidoInstaller = FidoInstaller()
scimInstaller = ScimInstaller()

#oxdInstaller = OxdInstaller()
示例#2
0
    def nextButtonPressed(self):
        # Validate Properties
        propertiesUtils.check_properties()

        self.parentApp.switchForm('InstallStepsForm')