Update Installation
@@ -63,12 +63,6 @@ Please create an [Issue](https://github.com/GT-Edge-AI-Internal/gt-ai-os-communi
|
||||
- [Step 3: Download and Install GT AI OS](#step-3-download-and-install-gt-ai-os-1)
|
||||
- [Step 4: First-Time Setup (Control Panel)](#step-4-first-time-setup-control-panel)
|
||||
- [Step 5: Start Using GT AI OS (Tenant App)](#step-5-start-using-gt-ai-os-tenant-app)
|
||||
- [macOS (Apple Silicon M1+)](#macos-apple-silicon-m1)
|
||||
- [Step 1: Install Docker Desktop](#step-1-install-docker-desktop)
|
||||
- [Step 2: Install Homebrew and Git](#step-2-install-homebrew-and-git)
|
||||
- [Step 3: Download and Install GT AI OS](#step-3-download-and-install-gt-ai-os)
|
||||
- [Step 4: First-Time Setup (Control Panel)](#step-4-first-time-setup-control-panel-1)
|
||||
- [Step 5: Start Using GT AI OS (Tenant App)](#step-5-start-using-gt-ai-os-tenant-app-1)
|
||||
|
||||
---
|
||||
|
||||
@@ -78,7 +72,6 @@ Please create an [Issue](https://github.com/GT-Edge-AI-Internal/gt-ai-os-communi
|
||||
|----------|--------------|--------|
|
||||
| **Ubuntu Linux** 24.04 | x86_64 | Supported |
|
||||
| **NVIDIA DGX OS 7** (Optimized for Grace Blackwell Architecture) | ARM64 | Supported |
|
||||
| **macOS** (Apple Silicon M1+) | ARM64 | Supported |
|
||||
|
||||
## Prerequisites
|
||||
- Minimum RAM and storage per platform above
|
||||
@@ -281,75 +274,3 @@ Wait for installation to complete (10-15 minutes).
|
||||
- [Configure Cloudflare Tunnel](Cloudflare-Tunnel-Setup) to access from anywhere
|
||||
|
||||
Having issues? Check the [Troubleshooting](Troubleshooting) guide.
|
||||
|
||||
---
|
||||
|
||||
# macOS (Apple Silicon M1+)
|
||||
|
||||
### Step 1: Install Docker Desktop
|
||||
|
||||
1. Go to https://www.docker.com/products/docker-desktop/
|
||||
2. Click the blue **Download for Mac - Apple Silicon** button
|
||||
3. Open the downloaded file (it ends in `.dmg`)
|
||||
4. Drag the Docker icon to your Applications folder
|
||||
5. Open Docker from your Applications folder
|
||||
6. Wait for Docker to finish starting (you'll see a whale icon in your menu bar at the top of the screen)
|
||||
|
||||
### Step 2: Install Homebrew and Git
|
||||
|
||||
1. Open the **Terminal** app (press Command + Space, type "Terminal", press Enter)
|
||||
2. Copy and paste this entire command, then press Enter:
|
||||
|
||||
```bash
|
||||
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
||||
```
|
||||
|
||||
3. When it asks for your password, type your Mac password (you won't see the characters as you type - that's normal)
|
||||
4. Press Enter when asked to continue
|
||||
5. Wait for it to finish (this takes a few minutes)
|
||||
6. Then copy and paste this command:
|
||||
|
||||
```bash
|
||||
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
brew install git
|
||||
```
|
||||
|
||||
### Step 3: Download and Install GT AI OS
|
||||
|
||||
1. In Terminal, paste this command:
|
||||
|
||||
```bash
|
||||
cd ~/Desktop
|
||||
git clone https://gitea-dell-promax-gb10.gtedgeai.app/GTEdgeAI/gt-ai-os-community.git
|
||||
cd gt-ai-os-community
|
||||
./installers/install-gt2-mac.sh
|
||||
```
|
||||
|
||||
2. Wait for installation to complete (10-15 minutes)
|
||||
|
||||
### Step 4: First-Time Setup (Control Panel)
|
||||
|
||||
**Important:** You must configure the Control Panel before using the Tenant App.
|
||||
|
||||
1. Open your web browser (Safari, Chrome, etc.) and go to the **Control Panel**: http://localhost:3001
|
||||
2. Log in with the default admin credentials:
|
||||
- Email: `gtadmin@test.com`
|
||||
- Password: `Test@123`
|
||||
3. Complete initial setup (see [Control Panel Guide](Control-Panel-Guide) for details):
|
||||
- Add your API keys (NVIDIA NIM, Groq, or set up [Ollama](Ollama-Setup) for local models)
|
||||
- Initialize AI models
|
||||
- Create your own admin account
|
||||
- Delete the default admin account (important for security)
|
||||
|
||||
### Step 5: Start Using GT AI OS (Tenant App)
|
||||
|
||||
1. Open the **Tenant App**: http://localhost:3002
|
||||
2. Log in with **your new account** (the one you created in Step 4)
|
||||
3. Start building AI agents! See the [Tenant App Guide](Tenant-App-Guide) for help.
|
||||
|
||||
**Optional setup:**
|
||||
- [Set up local AI models with Ollama](Ollama-Setup) for offline, private AI
|
||||
- [Configure Cloudflare Tunnel](Cloudflare-Tunnel-Setup) to access from anywhere
|
||||
|
||||
Having issues? Check the [Troubleshooting](Troubleshooting) guide.
|
||||
|
||||
Reference in New Issue
Block a user