Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 7.5-0

    ...

    Each time you run the installer, a kickstart file is generated.  This file will be saved next to the manifest file that was used for installation.  The filename is in the format qube-component_group-install_version-kickstart.qks, e.g qube-upgrade-6.4-4-kickstart.qks or qube-worker-6.4-4-kickstart.qks. The kickstart file can be used by the installer to replicate the install/upgrade on another computer. This is an OS independent file, so you can, for example, install or upgrade across Linux, OS XmacOS, and Windows using the same kickstart file on the command line of each OS.

    ...

    /path/to/qubeInstaller.version.os.exe /path/to/qube-kickstart.qks
    Note
    titleOS X macOS users

    On OS XmacOS, the installer is an application package. You must run the binary inside the application package in order to use command line options. The binary in the applicaiton package will be, for example, in qubeInstaller.MacOSX-x86_64.app/Contents/MacOS/qubeInstaller, in which case, an OS X macOS user would run the above command as:

    sudo qubeInstaller.MacOSX-x86_64.app/Contents/MacOS/qubeInstaller /path/to/qube-kickstart.qks

    ...