Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions docs/hackathon/0-onboarding.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 1
unlisted: true
unlisted: false
slug: onboarding
title: Onboarding
description: Step-by-step guide for setting up infrastructure, credentials, and cloud instances for the Verifiable AI Hackathon.
Expand Down Expand Up @@ -151,13 +151,33 @@ VM instances in `verifiable-ai-hackathon` are continuously monitored.

- **gcloud CLI Authentication Problems:**

- Run `gcloud auth login --no-launch-browser` if the browser auth flow fails
- If the browser auth flow fails:

```bash
gcloud auth login --no-launch-browser
```

- Check if you have multiple Google accounts in your browser and select the correct one

- **Windows-specific gcloud issues**

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

- **Multiple GCP Projects**

- Set `verifiable-ai-hackathon` as default GCP project:

```bash
gcloud config set project verifiable-ai-hackathon
```

- Set quota to use `verifiable-ai-hackathon`:

```bash
gcloud auth application-default set-quota-project verifiable-ai-hackathon
```

## Need Help?

If you're stuck, reach out to the Flare team on [Telegram](https://t.me/+StI5VEIvtIg2ODlh). Include:
Expand Down
144 changes: 0 additions & 144 deletions docs/hackathon/1-VM-Setup.mdx

This file was deleted.

Loading
Loading