Skip to content

Commit 0c5609e

Browse files
authored
Merge branch 'main' into enhance-fdc-guides
2 parents f0ac16d + 466d9da commit 0c5609e

File tree

4 files changed

+263
-147
lines changed

4 files changed

+263
-147
lines changed

docs/hackathon/0-onboarding.mdx

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_position: 1
3-
unlisted: true
3+
unlisted: false
44
slug: onboarding
55
title: Onboarding
66
description: Step-by-step guide for setting up infrastructure, credentials, and cloud instances for the Verifiable AI Hackathon.
@@ -151,13 +151,33 @@ VM instances in `verifiable-ai-hackathon` are continuously monitored.
151151

152152
- **gcloud CLI Authentication Problems:**
153153

154-
- Run `gcloud auth login --no-launch-browser` if the browser auth flow fails
154+
- If the browser auth flow fails:
155+
156+
```bash
157+
gcloud auth login --no-launch-browser
158+
```
159+
155160
- Check if you have multiple Google accounts in your browser and select the correct one
156161

157162
- **Windows-specific gcloud issues**
163+
158164
- On Windows, when installing the gcloud CLI, gcloud installs its own basic shell as well.
159165
- We recommend using [git BASH](https://gitforwindows.org) for access to a full set of linux commands.
160166

167+
- **Multiple GCP Projects**
168+
169+
- Set `verifiable-ai-hackathon` as default GCP project:
170+
171+
```bash
172+
gcloud config set project verifiable-ai-hackathon
173+
```
174+
175+
- Set quota to use `verifiable-ai-hackathon`:
176+
177+
```bash
178+
gcloud auth application-default set-quota-project verifiable-ai-hackathon
179+
```
180+
161181
## Need Help?
162182

163183
If you're stuck, reach out to the Flare team on [Telegram](https://t.me/+StI5VEIvtIg2ODlh). Include:

docs/hackathon/1-VM-Setup.mdx

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)