Installation files
The installation files are available on GitHub.
Download the orchestration files. As part of the install/upgrade process, these orchestration files pull down the necessary Docker images.
Note that although the filename of the tar.gz
file differs depending on
how you access the file, the content is the same.
Download from the GitHub page
-
Select the link to download the
.tar.gz
file from the GitHub page: https://github.com/blackducksoftware/hub. -
Uncompress the Black Duck
.gz
file:gunzip hub-2024.7.3.tar.gz
-
Unpack the Black Duck
.tar
file:tar xvf hub-2024.7.3.tar
Download using the wget command
-
Run the following command:
wget https://github.com/blackducksoftware/hub/archive/v2024.7.3.tar.gz
-
Uncompress the Black Duck
.gz
file:gunzip v2024.7.3.tar.gz
-
Unpack the Black Duck
.tar
file:tar xvf v2024.7.3.tar