Skip to content

Commit

Permalink
update documentation, rm pgcrypto extension
Browse files Browse the repository at this point in the history
  • Loading branch information
raejohanek committed Jan 9, 2025
1 parent 8269a0f commit a5acff4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/jade-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export HOST=localhost
* Ensure docker is running
* Auth as your broadinstitute.org to pull from Google Secrets Manager `gcloud auth login <you>@broadinstitute.org`
* Run `./scripts/run-db start` to start the DB in a docker container
* Run `./scripts/run local` to run TDR locally or `./scripts/run docker` to run TDR in a docker container
* Run `./scripts/run start_local` to run TDR locally or `./scripts/run start_docker` to run TDR in a docker container
* To Build the code and run the unit tests:

```
Expand Down
2 changes: 0 additions & 2 deletions scripts/init-db/postgres-init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ ALTER DATABASE datarepo OWNER to drmanager;
CREATE DATABASE stairway;
GRANT ALL PRIVILEGES ON DATABASE stairway to drmanager;
ALTER DATABASE stairway OWNER to drmanager;
\c datarepo
CREATE EXTENSION IF NOT EXISTS pgcrypto;

0 comments on commit a5acff4

Please sign in to comment.