# Quickstart

这里我们将介绍如何构建起一个 Eru 集群。主要有：

1. Eru 的依赖
2. 构建单机 Eru 集群
3. 构建多机 Eru 集群
4. 脚本工具

具体可以参考 [projecteru2/quickstart](https://github.com/projecteru2/quickstart)，在这个项目中我们提供了一个快速体验 Eru 集群的工具。运行这个工具会在服务器上部署 Eru 的各组件，并通过使用 cli 来验证其运行正常。


---

# 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://book.eru.dev/quickstart.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.
