foliolib.helper.platform.install_platform

foliolib.helper.platform.install_platform(platform: str, node: str, tenantid: str, loadSample: bool = False, loadReference: bool = False, deploy_async=False, **kwargs)

Install a folio platform.

Parameters
  • platform (str) – Path to the folder of the folio platform.

  • node (str) – node id

  • tenantid (str) – tenant id

  • loadSample (bool, optional) – load samples. Defaults to False.

  • loadReference (bool, optional) – load example reference data. Defaults to False.