Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Orchestrator docs #2479

Open
wants to merge 8 commits into
base: feature-orchestrator
Choose a base branch
from
Open
24 changes: 24 additions & 0 deletions 09.Add-ons/05.Orchestrator/01.Installation/docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: Installation
taxonomy:
category: docs
---

TODO

<!--
This needs to take into account binary installation procedure from
https://northerntech.atlassian.net/browse/MEN-7199

As temporary installation instructions, do the following:

1. Compile mender-update-orchestrator.

2. When preparing the `orch-install` folder in the Example section, drop the
`mender-update-orchestrator` binary into the `orch-install/bin/` folder.

3. When asked to execute `manual_install.sh`, execute it like this:
```
ORCH_CUSTOM_INSTALL=1 orch-install/manual_install.sh
```
Comment on lines +10 to +23
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These should be the only unofficial steps while we wait for the binary package to be ready.

-->
Loading