Skip to content

Commit b916753

Browse files
committed
Adding details for one line install to dev and stable
Signed-off-by: Sandi Besen <[email protected]>
1 parent c0fca70 commit b916753

File tree

2 files changed

+51
-3
lines changed

2 files changed

+51
-3
lines changed

docs/development/introduction/quickstart.mdx

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,31 @@ Open the terminal and run this command to install Agent Stack:
2222
sh -c "$(curl -LsSf https://raw.githubusercontent.com/i-am-bee/agentstack/install/install.sh)"
2323
```
2424

25-
This interactive script installs Agent Stack CLI, downloads and starts the platform, prompts you to configure your LLM API key, then launches the web interface.
25+
### Installation Lifecycle
26+
The Agent Stack interactive script handles the environment configuration and platform deployment through three phases.
27+
<CardGroup cols={1}>
28+
<Card title="1. Environment Initialization" icon="gears">
29+
Prepares the local system by managing core dependencies:
30+
31+
- **Package Management:** Installs `uv` and the Agent Stack CLI.
32+
- **Language Runtime:** Ensures the correct Python version and removes legacy versions.
33+
</Card>
34+
35+
<Card title="2. Platform Deployment" icon="server">
36+
Automates the provisioning of a local Kubernetes-based environment:
37+
38+
- **Infrastructure:** Initializes `Lima`, `k3s`, and `Helm`.
39+
- **Orchestration:** Pulls service images for the server, UI, and PostgreSQL.
40+
- **Networking:** Deploys Helm charts and maps the platform to `localhost:8333`.
41+
</Card>
42+
43+
<Card title="3. Provider Configuration" icon="key">
44+
The final stage bridges the platform to your intelligence layer:
45+
46+
- **Server Log In:** Starts an active server session.
47+
- **Connectivity:** Prompts for **LLM provider setup** to enable model access.
48+
</Card>
49+
</CardGroup>
2650

2751
<Accordion title="Manual Install">
2852

docs/stable/introduction/quickstart.mdx

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,32 @@ Open the terminal and run this command to install Agent Stack:
2121
```bash
2222
sh -c "$(curl -LsSf https://raw.githubusercontent.com/i-am-bee/agentstack/install/install.sh)"
2323
```
24-
25-
This interactive script installs Agent Stack CLI, downloads and starts the platform, prompts you to configure your LLM API key, then launches the web interface.
24+
### Installation Lifecycle
25+
The Agent Stack interactive script handles the environment configuration and platform deployment through three phases.
26+
27+
<CardGroup cols={1}>
28+
<Card title="1. Environment Initialization" icon="gears">
29+
Prepares the local system by managing core dependencies:
30+
31+
- **Package Management:** Installs `uv` and the Agent Stack CLI.
32+
- **Language Runtime:** Ensures the correct Python version and removes legacy versions.
33+
</Card>
34+
35+
<Card title="2. Platform Deployment" icon="server">
36+
Automates the provisioning of a local Kubernetes-based environment:
37+
38+
- **Infrastructure:** Initializes `Lima`, `k3s`, and `Helm`.
39+
- **Orchestration:** Pulls service images for the server, UI, and PostgreSQL.
40+
- **Networking:** Deploys Helm charts and maps the platform to `localhost:8333`.
41+
</Card>
42+
43+
<Card title="3. Provider Configuration" icon="key">
44+
The final stage bridges the platform to your intelligence layer:
45+
46+
- **Server Log In:** Starts an active server session.
47+
- **Connectivity:** Prompts for **LLM provider setup** to enable model access.
48+
</Card>
49+
</CardGroup>
2650

2751
<Accordion title="Manual Install">
2852

0 commit comments

Comments
 (0)