# 第8章：系统部署指南

本章为希望加入 Aegis-Graph 主权网络的机构提供生产级部署说明。

## 🚀 启动主权节点

1. **硬件要求**：建议使用 8核 CPU, 16GB RAM 及支持 CUDA 的加速卡。
2. **Docker 部署**：

   ```bash
   docker pull aegis/kernel:latest
   docker run -d --name aegis-node -p 8080:8080 aegis/kernel
   ```
3. **接入核验**：通过 `main_pipeline.py` 即可开始执行本地审计并与全球图谱同步。

***

*返回* [*文档首页*](/atlanta-college-of-liberal-arts-and-sciences/readme.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://atlanta-college-of-liberal-arts.gitbook.io/atlanta-college-of-liberal-arts-and-sciences/zhong-wen-zh/chapter8.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
