Skip to content

Commit

Permalink
nxgo update make scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnairdclan committed Aug 29, 2024
1 parent e2dd4c8 commit 64b8c41
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
1 change: 1 addition & 0 deletions Make/Build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ function BuildDockerfile {
docker buildx create --name "nxwitness" --use || true

# Build Dockerfiles
BuildDockerfile "NxGo"
BuildDockerfile "NxMeta"
BuildDockerfile "NxMeta-LSIO"
BuildDockerfile "NxWitness"
Expand Down
1 change: 1 addition & 0 deletions Make/Clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function DeleteImage {
./Down.sh

# Delete images
DeleteImage "NxGo"
DeleteImage "NxMeta"
DeleteImage "NxMeta-LSIO"
DeleteImage "NxWitness"
Expand Down
18 changes: 10 additions & 8 deletions Make/Instructions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

# Instructions
echo "Ctrl-Click on links to launch web UI in browser"
echo "Nx Meta:" "https://$HOSTNAME:7101/"
echo "Nx Meta LSIO:" "https://$HOSTNAME:7201/"
echo "Nx Witness:" "https://$HOSTNAME:7102/"
echo "Nx Witness LSIO:" "https://$HOSTNAME:7202/"
echo "DW Spectrum:" "https://$HOSTNAME:7103/"
echo "DW Spectrum LSIO:" "https://$HOSTNAME:7203/"
echo "Wisenet WAVE:" "https://$HOSTNAME:7104/"
echo "Wisenet WAVE LSIO:" "https://$HOSTNAME:7204/"
echo "Nx Go:" "https://$HOSTNAME:7101/"
echo "Nx Go LSIO:" "https://$HOSTNAME:7201/"
echo "Nx Meta:" "https://$HOSTNAME:7102/"
echo "Nx Meta LSIO:" "https://$HOSTNAME:7202/"
echo "Nx Witness:" "https://$HOSTNAME:7103/"
echo "Nx Witness LSIO:" "https://$HOSTNAME:7203/"
echo "DW Spectrum:" "https://$HOSTNAME:7104/"
echo "DW Spectrum LSIO:" "https://$HOSTNAME:7204/"
echo "Wisenet WAVE:" "https://$HOSTNAME:7105/"
echo "Wisenet WAVE LSIO:" "https://$HOSTNAME:7205/"

0 comments on commit 64b8c41

Please sign in to comment.