From 13aee4b4ad010134ddcc010db9d92c76ec662f43 Mon Sep 17 00:00:00 2001 From: Christopher Alexander Date: Fri, 1 Sep 2023 14:58:17 -0400 Subject: [PATCH] v13 Release Notes Update --- cli/setup-owl.sh | 2 +- rack-box/Docker-Hub-README.md | 2 +- rack-box/GitHub-Release-README.md | 4 ++-- rack-box/README.md | 3 +-- rack-box/RELEASE.md | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/cli/setup-owl.sh b/cli/setup-owl.sh index cd4dd3cf..c3110771 100755 --- a/cli/setup-owl.sh +++ b/cli/setup-owl.sh @@ -8,7 +8,7 @@ rack_dir=$(realpath "$(dirname "$0")"/..) DOCKER="${DOCKER:-docker}" rack_image="gehighassurance/rack-box" -rack_tag="v12.0" +rack_tag="v13.0" sadl_image="sadl/sadl-eclipse" sadl_tag="v3.5.0-20211204" diff --git a/rack-box/Docker-Hub-README.md b/rack-box/Docker-Hub-README.md index d8d13d44..8eaf58ac 100644 --- a/rack-box/Docker-Hub-README.md +++ b/rack-box/Docker-Hub-README.md @@ -23,7 +23,7 @@ Now you are ready to start your RACK box. If you are running Unix or Mac, you c Otherwise, type the following command to run your RACK box on your computer: ```shell -docker run --detach -p 3030:3030 -p 8050:8050 -p 8080:80 -p 12050-12091:12050-12091 gehighassurance/rack-box:v12.0 +docker run --detach -p 3030:3030 -p 8050:8050 -p 8080:80 -p 12050-12091:12050-12091 gehighassurance/rack-box:v13.0 ``` Type in your web browser's address bar, hit Enter, and you should see your RACK box's welcome page appear in your browser. The welcome page will tell you some things you can do with your RACK box. diff --git a/rack-box/GitHub-Release-README.md b/rack-box/GitHub-Release-README.md index 7a6d7861..fa6006a4 100644 --- a/rack-box/GitHub-Release-README.md +++ b/rack-box/GitHub-Release-README.md @@ -6,8 +6,8 @@ Here are very brief instructions how to run a RACK box using a Linux container. You will find more detailed [instructions](https://github.com/ge-high-assurance/RACK/wiki/02-Run-a-RACK-Box-container) in the RACK Wiki. You will need to give your Docker Hub username to the RACK team so you can be given access to our Docker Hub repository. 1. Open a terminal window where you can run `docker`. -2. Type `docker pull gehighassurance/rack-box:v12.0` -3. Type `docker run --detach -p 3030:3030 -p 8050:8050 -p 8080:80 -p 12050-12091:12050-12091 gehighassurance/rack-box:v12.0` +2. Type `docker pull gehighassurance/rack-box:v13.0` +3. Type `docker run --detach -p 3030:3030 -p 8050:8050 -p 8080:80 -p 12050-12091:12050-12091 gehighassurance/rack-box:v13.0` 4. Visit in your browser to view the RACK box's welcome page. ## Run a RACK box using a virtual machine diff --git a/rack-box/README.md b/rack-box/README.md index 3365e1de..c7dd6ce0 100644 --- a/rack-box/README.md +++ b/rack-box/README.md @@ -96,7 +96,6 @@ building the RACK CLI: In the cli directory of your checkout of the RACK repository, run these commands to build the RACK CLI: - pip3 wheel --wheel-dir=wheels -r requirements.txt pip3 wheel --wheel-dir=wheels . If you encounter a `Double requirement given` error, make sure to @@ -128,7 +127,7 @@ these commands, and finally stop the rack-box that was running in the background once you're done: RACK/cli/setup-owl.sh -b - pip3 install RACK/cli/wheels/*.whl + pip3 install --no-dependencies RACK/cli/wheels/*.whl tar xfz RACK/rack-box/files/semtk.tar.gz semtk-opensource/standaloneExecutables/target/standaloneExecutables-jar-with-dependencies.jar RACK/nodegroups/generate-cdrs.sh semtk-opensource/standaloneExecutables/target/standaloneExecutables-jar-with-dependencies.jar diff --git a/rack-box/RELEASE.md b/rack-box/RELEASE.md index 301d4b2d..4cf0fca7 100644 --- a/rack-box/RELEASE.md +++ b/rack-box/RELEASE.md @@ -44,7 +44,7 @@ steps: ```shell cd RACK.wiki - git tag v12.0 + git tag v13.0 git push --tag ```