From 47f8b9734dd32830692d809132a3d9bc96bc2f5b Mon Sep 17 00:00:00 2001 From: Basilio Bogado <541149+basiliskus@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:27:51 -0800 Subject: [PATCH] Renamed RS branch master => main --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f0e439e89..612486876 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,6 @@ This document provides instructions for setting up the environment, running the - [Additional Standard Notices](#additional-standard-notices) - [Troubleshooting](#troubleshooting) - ## Requirements Any distribution of the Java 17 JDK. @@ -195,7 +194,6 @@ This will run the API for you, so no need to run it manually. > >**If you are already running the API, stop it before running the load tests or the cleanup steps won't work.** - The load tests will also spin up (and clean up) a local test DB on port 5434 that should not interfere with the local dev DB. The `locustfile.py` that specifies the load test is located at @@ -444,7 +442,7 @@ For Apple Silicon you will want to enable the Docker option for `Use Rosetta for After enabling this option it is recommended that you delete all docker images and containers and rebuild them with this option enabled. -1. Checkout `master` branch for `CDCgov/prime-reportstream` +1. Checkout `main` branch for `CDCgov/prime-reportstream` 2. Build RS (for more information please refer to the [ReportStream docs](https://github.com/CDCgov/prime-reportstream/blob/master/prime-router/docs/getting-started/README.md)): - If building for the first time, run: `./cleanslate` in `prime-reportstream/prime-router` - Otherwise run: `./gradlew clean package` in `prime-reportstream` root folder