You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Postgres data:
14
14
1.`make postgres` - start up the postgres container
15
15
2.`curl -O https://storage.googleapis.com/berkeleytime/public/bt_seed.sql.gz` - download the database as a GZip file
16
16
3.`gzip -d bt_seed.sql.gz` - unzip this file
17
-
4.`cat bt_seed.sql | docker exec -i bt_postgres psql -U bt -d bt_main` - see Postgres container with the data.
17
+
4.`cat bt_seed.sql | docker exec -i bt_postgres psql -U bt -d bt_main` - see Postgres container with the data
18
18
19
19
Before starting the server, make sure the `DATABASE_URL` entry in your `.env.dev` is `postgres://bt:bt@postgres:5432/bt_main` so that the backend connects to the local DB.
0 commit comments