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

704 B

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
  3. Configure OlaresManifest.yaml
  4. Install the application
  5. Configure nginx.conf

There are also some other aspects to consider in development.