Skip to content

Commit

Permalink
Merge pull request #1000 from ge-high-assurance/RACK-v13-Release-Notes
Browse files Browse the repository at this point in the history
v13 Release Notes Update
  • Loading branch information
chrisage committed Sep 1, 2023
2 parents 5eaa4d5 + 13aee4b commit eda11bc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cli/setup-owl.sh
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion rack-box/Docker-Hub-README.md
Expand Up @@ -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 <http://localhost:8080> 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.
Expand Down
4 changes: 2 additions & 2 deletions rack-box/GitHub-Release-README.md
Expand Up @@ -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 <http://localhost:8080> in your browser to view the RACK box's welcome page.

## Run a RACK box using a virtual machine
Expand Down
3 changes: 1 addition & 2 deletions rack-box/README.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rack-box/RELEASE.md
Expand Up @@ -44,7 +44,7 @@ steps:

```shell
cd RACK.wiki
git tag v12.0
git tag v13.0
git push --tag
```

Expand Down

0 comments on commit eda11bc

Please sign in to comment.