Files
Olares/docs/zh/developer/develop/tutorial/index.md
2025-12-15 21:06:52 +08:00

26 lines
1.2 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.
---
description: 学习如何使用 Studio 在 Olares 设备上部署 Docker 应用、开发新应用、进行本地打包上传以及管理应用素材。
---
# 在 Olares 上部署与开发应用
由于本地环境难以模拟云功能和沙箱系统Studio 提供了一个真实的 Olares 环境,用于构建、移植和测试应用。通过 Studio你可以
- 在在线开发容器中创建全新的 Olares 应用。
- 移植现有应用,调整配置并测试安装流程。
- 待应用准备就绪后,将其打包为 Chart 并下载。
## 获取 Studio
你需要手动安装 Studio
1. 打开**应用市场**,搜索 "Studio"。
![Studio](/images/zh/manual/olares/studio.png#bordered)
2. 点击**获取**,随后点击**安装**,等待安装完成。
安装完成后,可从应用市场或启动台启动 Studio。
## 熟悉 Studio 界面
Studio 的核心功能都集中在侧边栏和**主页**
- **主页**:欢迎页,包含常用操作入口和文档链接。
- **应用**:展示你用 Studio 创建和部署的应用列表。
- **开始**:在此开始部署或开发应用,也可上传本地 Chart 文件。
![Understand Studio user interface](/images/zh/manual/olares/studio-ui.png#bordered)