Skip to content

Commit a5acff4

Browse files
committed
update documentation, rm pgcrypto extension
1 parent 8269a0f commit a5acff4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/jade-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export HOST=localhost
254254
* Ensure docker is running
255255
* Auth as your broadinstitute.org to pull from Google Secrets Manager `gcloud auth login <you>@broadinstitute.org`
256256
* Run `./scripts/run-db start` to start the DB in a docker container
257-
* Run `./scripts/run local` to run TDR locally or `./scripts/run docker` to run TDR in a docker container
257+
* Run `./scripts/run start_local` to run TDR locally or `./scripts/run start_docker` to run TDR in a docker container
258258
* To Build the code and run the unit tests:
259259

260260
```

scripts/init-db/postgres-init.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ ALTER DATABASE datarepo OWNER to drmanager;
66
CREATE DATABASE stairway;
77
GRANT ALL PRIVILEGES ON DATABASE stairway to drmanager;
88
ALTER DATABASE stairway OWNER to drmanager;
9-
\c datarepo
10-
CREATE EXTENSION IF NOT EXISTS pgcrypto;

0 commit comments

Comments
 (0)