Install Nexqloud

This guide walks through installing and using all components of Nexqloud software.

The software to run Nexqloud and the command-line client used to interact with them are all distributed in the nexqloudapplication. The `provider-services` commands are used to interact with the Nexqloud Network.

Visit this guide for a through walk through of the Nexqloud CLI, environment variable declarations, and an example deployment onto the Nexqloud network.

Select a tab below to view instructions for MacOS, Linux, or compiling from source.

MacOS

1. Download and Install Nexqloud

  • These commands will retrieve the latest, stable version of the Nexqloud software, store the version in a local variable, and install that version.

cd ~/Downloads

#NOTE that this download may take several minutes to complete
curl -sfL https://raw.githubusercontent.com/nexqloud-network/provider/main/install.sh | bash

2. Move the Nexqloud Binary

  • Move the binary file into a directory included in your path

sudo mv ./bin/provider-services /usr/local/bin

3. Verify Nexqloud Installation

  • Verify the installation by using a simple command to check the Nexqloud version

provider-services version
  • Expect/Example Output

provider-services version

v0.4.6

Last updated