Skip to content

Commit 4cd9ec0

Browse files
committed
Docs: add platform local deployment guide
Signed-off-by: Anton Kremenetsky <anton.kremenetsky@gmail.com>
1 parent a40c815 commit 4cd9ec0

8 files changed

Lines changed: 274 additions & 374 deletions

File tree

docs/app-developer-guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To follow this walkthrough, you need a running Exordos installation and the nece
7575
**Exordos** — you can use either:
7676

7777
- A **public Exordos installation** — hosted at [genesis-core.tech](https://genesis-core.tech). No setup required; just create an account and start using the platform.
78-
- A **private Exordos installation** — your own self-hosted instance. This document describes how to set one up: [Setting up a private installation](../admin-guide/index.md).
78+
- A **private Exordos installation** — your own self-hosted instance. This document describes how to set one up: [Local Deployment](../usage/local_deployment.md).
7979

8080
Install the necessary tools below.
8181

@@ -160,5 +160,5 @@ The ToDo API is now available at the configured endpoint.
160160
Once you're comfortable with the basics, explore the more in-depth topics below.
161161

162162
- [Writing a manifest from scratch](../misc/manifests.md) — understand the full manifest specification and author one by hand without relying on the `genesis init` wizard.
163-
- [Setting up a private platform installation](../admin-guide/index.md) — spin up your own Exordos Core instance to develop and test your elements end-to-end without connecting to a remote environment.
163+
- [Setting up a private platform installation](../usage/local_deployment.md) — spin up your own Exordos Core instance to develop and test your elements end-to-end without connecting to a remote environment.
164164
- [Public Exordos installation](https://genesis-core.tech) — use the hosted Exordos platform without managing your own infrastructure.

docs/app-developer-guide/index.ru.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ genesis elements install <element-name>
7575
**Exordos** — вы можете использовать:
7676

7777
- **Публичную установку Exordos** — размещённую на [genesis-core.tech](https://genesis-core.tech). Не требуется настройка; просто создайте аккаунт и начните использовать платформу.
78-
- **Приватную установку Exordos** — ваш собственный self-hosted экземпляр. Этот документ описывает, как его настроить: [Настройка приватной установки](../admin-guide/index.ru.md).
78+
- **Приватную установку Exordos** — ваш собственный self-hosted экземпляр. Этот документ описывает, как его настроить: [Локальное развёртывание](../usage/local_deployment.ru.md).
7979

8080
Установите необходимые инструменты ниже.
8181

@@ -160,5 +160,5 @@ ToDo API теперь доступен по настроенной конечн
160160
Когда вы освоитесь с основами, изучите более углублённые темы ниже.
161161

162162
- [Написание манифеста с нуля](../misc/manifests.ru.md) — изучите полную спецификацию манифеста и создайте его вручную без помощи мастера `genesis init`.
163-
- [Настройка приватной установки платформы](../admin-guide/index.ru.md) — разверните собственный экземпляр Exordos Core для разработки и тестирования ваших элементов end-to-end без подключения к удалённому окружению.
163+
- [Настройка приватной установки платформы](../usage/local_deployment.ru.md) — разверните собственный экземпляр Exordos Core для разработки и тестирования ваших элементов end-to-end без подключения к удалённому окружению.
164164
- [Публичная установка Exordos](https://genesis-core.tech) — используйте размещённую Exordos-платформу без управления собственной инфраструктурой.

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,13 @@ Documentation for security engineers. Special focus on IAM and user management,
4343

4444
[Go to the guide →](security-guide/index.md)
4545

46+
## 🌐 Ecosystem
47+
4648
## 📎 Miscellaneous
4749

4850
Additional reference materials for the platform:
4951

52+
- [Local Deployment](usage/local_deployment.md) — deploying a local installation of the platform on a single host.
5053
- [Manifests](misc/manifests.md) — manifest format specification and examples.
5154
- [API Reference](misc/api-reference.md) — full HTTP API reference for platform services.
5255
- [CLI Reference](misc/cli-reference.md) — complete reference for the Exordos CLI tool.

docs/index.ru.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,13 @@ curl -fsSL https://repository.genesis-core.tech/install.sh | sudo sh
4343

4444
[Перейти к руководству →](security-guide/index.ru.md)
4545

46+
## 🌐 Экосистема
47+
4648
## 📎 Прочее
4749

4850
Дополнительные справочные материалы по платформе.
4951

52+
- [Локальное развёртывание](usage/local_deployment.ru.md) — развёртывание локальной инсталляции платформы на одной хост-машине.
5053
- [Манифесты](misc/manifests.ru.md) — спецификация формата манифеста и примеры.
5154
- [Справочник по API](misc/api-reference.ru.md) — полный справочник по HTTP API сервисов платформы.
5255
- [Справочник по CLI](misc/cli-reference.ru.md) — полный справочник по инструменту Exordos CLI.

docs/usage/basic_usage.md

Lines changed: 0 additions & 185 deletions
This file was deleted.

0 commit comments

Comments
 (0)