Files
Olares/docs/zh/developer/install/reusables.md
Calvin W. 2b45ef7bcf docs: expose other installation methods (#1685)
* docs: expose other installation methods

* fix case in manifest
2025-08-06 14:59:05 +08:00

46 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
search: false
---
```bash
curl -fsSL https://cn.olares.sh | bash -
```
:::tip root 用户密码
安装过程中,可能需要输入 root 用户密码。
:::
:::info 安装遇到报错?
如果安装过程中出现错误,请先执行以下命令卸载:
```bash
olares-cli uninstall --all
```
卸载完成后,重新运行安装命令进行安装。
:::
## 配置 Wizard
在安装 Olares 的核心服务之前,需要输入在 LarePass 中注册的 Olares ID 前缀。如果你的 Olares ID 为 `alice123@olares.cn`,输入 `alice123` 即可。
![输入 Olares ID](/images/zh/manual/get-started/enter-olares-id.png)
安装完成后,屏幕将显示初始系统信息,包括向导地址和初始一次性密码。这些信息在后续激活步骤中会用到。
![Wizard URL](/images/manual/get-started/wizard-url-and-login-password.png)
## 下一步:安全保存 Olares ID
你已经准备好开始使用 Olares在此之前请务必确保 Olares ID 已安全备份。如果不备份,你将无法在需要时恢复 Olares ID。
- [备份助记词](/zh/manual/larepass/back-up-mnemonics.md)
:::info 安装遇到问题?
如果安装过程中遇到问题,[可以提交 GitHub Issue](https://github.com/beclab/Olares/issues/new)。提交时请提供以下信息:
- 使用的平台或环境(如 Ubuntu、Docker、WSL 等)。
- 安装方式(脚本安装或 Docker 镜像)。
- 详细的错误信息(包括日志、错误提示或截图)。
:::