Direct Deployment#

Packages can be given to end users. These are the instructions to pass along for installing and running the app.

Fat Package#

  1. Extract the package.

  2. Run the appropriate .bat/.sh file for the app in the root directory of the extracted package.

../../_images/package_fat_extracted.png

Thin Package#

  1. Extract the package.

  2. Run pull_kit_sdk.bat/ pull_kit_sdk.sh in the root directory of the extracted package (requires Internet access).

  3. Run the appropriate .bat/ .sh file for the app in the root directory of the extracted package.

Tip

Step #2 and #3 are only needed one time per app as part of the installation step.

../../_images/package_thin_extracted.png