* Content modification 1. Hide Recommendation 2. Update link of LLDAP 3. Update content of Service system * Jump link reset * Additional changes
19 lines
558 B
Markdown
19 lines
558 B
Markdown
|
||
# 开发 Olares 的系统应用
|
||
|
||
::: tip 前置知识:
|
||
- 用 Studio 调试第三方应用
|
||
- 用 Studio 开发程序
|
||
- 了解 Olares 的架构和机制
|
||
:::
|
||
|
||
经过一年半开发,Olares 团队在开发系统应用时已经逐渐迁移到 Studio 上。
|
||
|
||
下面我们将演示如何在 Studio 里调试 Desktop 的前端代码。
|
||
1. 在 Studio 中创建应用
|
||
2. 配置 [deployment.yaml](./deployment)
|
||
3. 配置 [OlaresManifest.yaml](./olares-manifest)
|
||
4. 安装应用
|
||
5. 配置 [nginx.conf](./install)
|
||
|
||
还有[其它](./other)一些开发注意事项。 |