Skip to content

Commit c0a9f7e

Browse files
committed
fix(readme): update instructions
1 parent eba1191 commit c0a9f7e

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Deploy on a [Confidential Space](https://cloud.google.com/confidential-computing
174174
source .env
175175
```
176176

177-
> **Reminder:** Run the above command in every new shell session. On Windows, we recommend using [git BASH](https://gitforwindows.org) to access commands like `source`.
177+
> **Reminder:** Run the above command in every new shell session or after modifying `.env`. On Windows, we recommend using [git BASH](https://gitforwindows.org) to access commands like `source`.
178178
179179
3. **Verify the Setup:**
180180

@@ -217,15 +217,23 @@ type=pd-standard \
217217

218218
#### Post-deployment
219219

220-
After deployment, you should see an output similar to:
220+
1. After deployment, you should see an output similar to:
221221

222-
```plaintext
223-
NAME ZONE MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP STATUS
224-
rag-team1 us-central1-b n2d-standard-2 10.128.0.18 34.41.127.200 RUNNING
225-
```
222+
```plaintext
223+
NAME ZONE MACHINE_TYPE PREEMPTIBLE INTERNAL_IP EXTERNAL_IP STATUS
224+
rag-team1 us-central1-b n2d-standard-2 10.128.0.18 34.41.127.200 RUNNING
225+
```
226+
227+
2. It may take a few minutes for Confidential Space to complete startup checks. You can monitor progress via the [GCP Console](https://console.cloud.google.com/welcome?project=verifiable-ai-hackathon) logs.
228+
Click on **Compute Engine****VM Instances** (in the sidebar) → **Select your instance****Serial port 1 (console)**.
229+
230+
When you see a message like:
231+
232+
```plaintext
233+
INFO: Uvicorn running on http://0.0.0.0:8080 (Press CTRL+C to quit)
234+
```
226235

227-
It may take a few minutes for Confidential Space to complete startup checks.
228-
You can monitor progress via the [GCP Console](https://console.cloud.google.com/welcome?project=verifiable-ai-hackathon) by clicking **Serial port 1 (console)**.
236+
the container is ready. Navigate to the external IP of the instance (visible in the **VM Instances** page) to access the Chat UI.
229237

230238
### 🔧 Troubleshooting
231239

0 commit comments

Comments
 (0)