Platform Host OS - padogrid/padogrid GitHub Wiki

◀️ Platform: PadoGrid 1.x :link: Platform: VM ▶️


Host OS This section provides instructions for installing PadoGrid on your host OS.

✏️ 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

The -product option takes one of the following.

confluent
derby
geode
grafana-enterprise
grafana-oss
hadoop
hazelcast-desktop
hazelcast-enterprise
hazelcast-mc
hazelcast-oss
jet-enterprise
jet-oss
kafka
mosquitto
pado
padodesktop
padoeclipse
padogrid
padoweb
prometheus
redis-oss
snappydata
spark

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

. ~/.bashrc

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

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: PadoGrid 1.x :link: Platform: VM ▶️