File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,7 @@ Note that to generate GCP URLS you'll need a service account key (doesn't work l
2020
2121Enter into the root directory of the repo.
2222
23-
24- 1 . Copy the ` .env.example ` file to ` .env `
25- 1 . Run ` export ENV_FILE_PATH='/full/path/to/.env' `
23+ 1 . Copy the ` ./src/webapp/.env.example ` file to ` ./src/webapp/.env `
26241 . ` python3 -m venv .venv `
27251 . ` source .venv/bin/activate `
28261 . ` pip install uv `
@@ -39,7 +37,7 @@ For all of the following, be in the repo root folder (`sst-app-api/`).
3937
4038Spin up the app locally:
4139
42- 1 . ` fastapi dev src/webapp/main.py `
40+ 1 . ` ENV_FILE_PATH='/full/path/to/.env' fastapi dev src/webapp/main.py`
43411 . Go to ` http://127.0.0.1:8000/docs `
44421 . Hit the ` Authorize ` button on the top right and enter the tester credentials:
4543
Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ You will also need to add the permission Storage Writer or Storage Admin to your
1414Enter into the root directory of the repo.
1515
1616
17- 1 . Copy the ` .env.example ` file to ` .env `
18- 1 . Run ` export ENV_FILE_PATH='/full/path/to/.env' `
17+ 1 . Copy the ` ./src/worker/.env.example ` file to ` ./src/worker/.env `
19181 . ` python3 -m venv .venv `
20191 . ` source .venv/bin/activate `
21201 . ` pip install uv `
@@ -26,7 +25,7 @@ For all of the following, be in the repo root folder (`sst-app-api/`).
2625
2726Spin up the app locally:
2827
29- 1 . ` fastapi dev src/webapp/main.py `
28+ 1 . ` ENV_FILE_PATH='/full/path/to/.env' fastapi dev src/webapp/main.py`
30291 . Go to ` http://127.0.0.1:8000/docs `
31301 . Hit the ` Authorize ` button on the top right and enter the tester credentials:
3231
You can’t perform that action at this time.
0 commit comments