Files
Olares/docs/developer/contribute/system-app/overview.md
Meow33 93a20fa397 docs: update Developer Guide and Concepts sections in Olares (#1816)
* Content modification

1. Hide Recommendation
2. Update link of LLDAP
3. Update content of Service system

* Jump link reset

* Additional changes
2025-09-10 21:01:31 +08:00

19 lines
704 B
Markdown

# Develop System Application for Olares
::: tip Prerequisites Knowledge
- Debugging third-party applications with **Studio**
- Developing applications with **Studio**
- Understanding the architecture and mechanisms of **Olares**
:::
After a year and a half of work, the Olares team now uses **Studio** for developing system applications.
We will show you how to debug issues in the frontend code of **Desktop** using **Studio**.
1. Create an application in Studio
2. Configure [deployment.yaml](./deployment)
3. Configure [OlaresManifest.yaml](./olares-manifest)
4. Install the application
5. Configure [nginx.conf](./install)
There are also some [other](./other) aspects to consider in development.