This commit is contained in:
zandercymatics 2023-11-02 12:28:10 -06:00
parent 32d5cfac6f
commit 4d5f104683
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -122,9 +122,9 @@ cf login -a api.fr.cloud.gov --sso
##### Target your workspace
```bash
cf target -o cisa-dotgov -s {SANDBOX_NAME}
cf target -o cisa-dotgov -s {ENVIRONMENT_NAME}
```
*SANDBOX_NAME* - Name of your sandbox, ex: za or ab
*ENVIRONMENT_NAME* - Name of your sandbox, ex: za or ab
##### Run the scp command
@ -203,8 +203,7 @@ cat ../tmp/{filename} > migrationdata/{filename}
In order to run the scripts locally, we need to add the files to a folder under `src/`.
This will allow Docker to mount the files to a container (under `/app`) for our use.
- Create a folder called `tmp` underneath `src/`
- Add the above files to this folder
- Add the above files to the `migrationdata/` folder
- Open a terminal and navigate to `src/`