Platform VM - padogrid/padogrid GitHub Wiki

◀️ Platform: Host OS :link: Platform: Docker ▶️


VM This section provides instructions for installing PadoGrid on VMs.

✏️ PadoGrid installation steps for the host OS and VM are identical.


Installing PadoGrid

The following displays the installer usage.

 curl -fsL https://raw.githubusercontent.com/padogrid/padogrid/develop/padogrid-deployment/src/main/resources/common/bin_sh/install_padogrid \
      | /bin/bash -s -- -?

The following installs PadoGrid along with Hazelcast OSS. You can install any product listed in the usage output by the specifying -product option.

curl -fsSL https://raw.githubusercontent.com/padogrid/padogrid/develop/padogrid-deployment/src/main/resources/common/bin_sh/install_padogrid \
     | /bin/bash -s -- -no-stty -quiet -product hazelcast-oss

Once installed, source in ~/.bashrc or lanuch a new terminal to initialize PadoGrid.

. ~/.bashrc

❗ PadoGrid supports only bash. You must open a bash terminal.

Installing Integrated Tools

PadoGrid automatically integrates its workspaces with JupyterLab and VS Code to provide an all-in-one environment where the client-side and server-side become one. The are not required to run bundles but highly recommended. You can install them following the links below.


◀️ Platform: Host OS :link: Platform: Docker ▶️