SpectroCloud: Difference between revisions

From DER's LLC
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=Spectro Cloud Documentation=
=Spectro Cloud Documentation=
==Vertex Installation==
==Vertex Installation==
===Pre Requisites===
#https://github.com/oras-project/oras/releases
VERSION="1.2.0"
curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"
mkdir -p oras-install/
tar -zxf oras_${VERSION}_*.tar.gz -C oras-install/
sudo mv oras-install/oras /usr/local/bin/
rm -rf oras_${VERSION}_*.tar.gz oras-install/
===Vertex Install===
  ./airgap-vertex-v4.5.8.bin --nodiskspace --target /nfs/Download/airgap-vertex/
  ./airgap-vertex-v4.5.8.bin --nodiskspace --target /nfs/Download/airgap-vertex/

Revision as of 14:46, 14 November 2024

Spectro Cloud Documentation

Vertex Installation

Pre Requisites

#https://github.com/oras-project/oras/releases
VERSION="1.2.0"
curl -LO "https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz"
mkdir -p oras-install/
tar -zxf oras_${VERSION}_*.tar.gz -C oras-install/
sudo mv oras-install/oras /usr/local/bin/
rm -rf oras_${VERSION}_*.tar.gz oras-install/

Vertex Install

./airgap-vertex-v4.5.8.bin --nodiskspace --target /nfs/Download/airgap-vertex/