First node installation steps:
Extract the contents of the compressed archive and go to the extracted folder.
.env file included within the Docker-Compose archive
This .env file is used by docker-compose and is updated during installations and upgrades.
Notice that some operating systems do not display dot files by default. If you make any changes to the file, remember to backup before an upgrade.
Run the
config.sh
script to setup folders with required ownership. Note: the script will prompt you with a series of mandatory inputs, including if this is part of a cluster, and configure the neededsystem.yaml
.Validate and customize the product configuration (optional), including the third party dependencies connection details and ports.
Start and manage Xray using docker-compose commands. Note: Run this command only from the extracted folder.
Access Xray from your browser at:
http://<jfrogUrl>/ui/:
go to theXray Security & Compliance tab in theAdministration module in the UICheck the Xray log.
Additional node installation steps:
Extract the contents of the compressed archive and go to the extracted folder.
Run the
config.sh
script to setup folders with required ownership. Note: the script will prompt you with a series of mandatory inputs, including if this is part of a cluster, and configure the neededsystem.yaml
.Validate and customize the product configuration (optional), including the third party dependencies connection details and ports.
Docker for Mac
When you use Docker Compose in Mac,
/etc/localtime
might not work as expected since it might not be a shared location in the docker-for-mac settings.You can remove the following line from the selected
docker-compose.yaml
file to avoid installation issues.Start and manage Xray using docker-compose commands.Note:Run this commandonlyfrom the extracted folder.
Access Xray from your browser at:
http://<jfrogUrl>/ui/:
go to theXray Security & Compliance tab in theAdministration module in the UICheck the Xray log.