Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download https://support.cloud.datacore.com/tools/datacore-swarmlifecycle-1.0.2-offline.tgz

  2. Transfer this tarball to your gateway(s).

  3. SSH to the gateway and unpack the tarball with tar zxvf [filename]

  4. The code should now be in a tmp subdirectory from where you unpacked it.

  5. Run: cd tmp to move to that directory.

  6. Run: pip3 install datacore-swarmlifecycle-*tgz *whl to install the code.

  7. Run: pip3 install /opt/caringo/cloudgateway/bin/datacore-swarmlifecycle.tar.gz to update to the latest version of the swarmlifecycle script provided by the most recent gateway installation.

  8. Verify the code is installed by typing: ls /usr/local/bin/swarmlifecycle

...