Update Installation

2026-01-10 03:32:01 +00:00
parent 9ed84eb013
commit 5530ea9c01

@@ -34,7 +34,7 @@ Log in with the account you created in step 4 (not the default credentials).
6. Note that there are separate URLs: the **Control Panel** (localhost:3001) is for configuration, and the **Tenant App** (localhost:3002) is your daily interface for working with AI agents.
7. We have prebuilt Agents here: [Demo agent template files](https://github.com/GT-Edge-AI-Internal/gt-ai-os-community/tree/main/demo-agents)
7. We have prebuilt Agents here: [Demo agent template files](https://gitea-dell-promax-gb10.gtedgeai.app/GTEdgeAI/gt-ai-os-community/tree/main/demo-agents)
Inference sources must be configured in Control Panel before you upload and configure Agents from the configuration csv files.
@@ -190,7 +190,7 @@ sudo apt install -y git
1. Open Terminal again and paste these commands one at a time:
```bash
git clone https://github.com/GT-Edge-AI-Internal/gt-ai-os-community.git
git clone https://gitea-dell-promax-gb10.gtedgeai.app/GTEdgeAI/gt-ai-os-community.git
cd gt-ai-os-community
sudo ./installers/install-gt2-ubuntu.sh
```
@@ -249,7 +249,7 @@ sudo usermod -aG docker $USER && newgrp docker
### Step 3: Download and Install GT AI OS
```bash
git clone https://github.com/GT-Edge-AI-Internal/gt-ai-os-community.git
git clone https://gitea-dell-promax-gb10.gtedgeai.app/GTEdgeAI/gt-ai-os-community.git
cd gt-ai-os-community
sudo ./installers/install-gt2-dgx.sh
```
@@ -321,7 +321,7 @@ brew install git
```bash
cd ~/Desktop
git clone https://github.com/GT-Edge-AI-Internal/gt-ai-os-community.git
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
```