Skip to content

Commit

Permalink
update setup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zurbergram committed Jul 13, 2023
1 parent d969091 commit 3bfa665
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
11 changes: 4 additions & 7 deletions scripts/dev_env_setup_step1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,10 @@ echo "1. Run Docker and go into advanced preferences to limit Docker's resources
Recommended settings are 4 CPUs, 8 GiB of internal memory, and 512 MiB of swap.
"

echo "2. In a new terminal, run:
docker login -u dsvaappeals
The password is in the DSVA 1Password account.
Note you can use your personal account as well, you'll just have to accept
the license agreement for the Oracle Database docker image.
https://store.docker.com/images/oracle-database-enterprise-edition
To accept the agreement, checkout with the Oracle image on the docker store.
echo "2. To install the latest and enterprise Oracle Database version follow (https://seanstacey.org/deploying-an-oracle-database-19c-as-a-docker-container/2020/09/) guide.
1. Go to http://container-registry.oracle.com/ (Here log in and opt for Database)
2. On command line docker login container-registry.oracle.com
3. On command line docker pull container-registry.oracle.com/database/enterprise:latest
"

echo "==> Close this terminal, open a new terminal, and run ./dev_env_setup_step2.sh
Expand Down
6 changes: 1 addition & 5 deletions scripts/dev_env_setup_step2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,7 @@ ln -s Makefile.example Makefile

echo "
===================================
You must do the following manually:
AWS access is needed starting at this point.
If you need to get AWS access, follow these instructions:
https://github.com/department-of-veterans-affairs/appeals-deployment/wiki/New-Hires
Congratulations
"

echo 'Finish the manual set up from "Database environment setup":
Expand Down

0 comments on commit 3bfa665

Please sign in to comment.