You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app-developer-guide/build.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,4 +266,4 @@ After a successful build, your elements are ready for:
266
266
267
267
## Troubleshooting
268
268
269
-
If you encounter issues during the build process — such as dependency resolution failures, VM image build errors, or manifest processing problems — refer to the [Troubleshooting Guide](troubleshooting.md) for detailed solutions and common fixes.
269
+
If you encounter issues during the build process — such as dependency resolution failures, VM image build errors, or manifest processing problems — refer to the [Troubleshooting Guide](../usage/troubleshooting.md) for detailed solutions and common fixes.
Copy file name to clipboardExpand all lines: docs/app-developer-guide/build.ru.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,4 +266,4 @@ output/
266
266
267
267
## Устранение неполадок
268
268
269
-
Если вы столкнулись с проблемами в процессе сборки — такими как ошибки разрешения зависимостей, ошибки сборки образов VM или проблемы обработки манифестов — обратитесь к [Руководству по устранению неполадок](troubleshooting.ru.md) для подробных решений и типичных исправлений.
269
+
Если вы столкнулись с проблемами в процессе сборки — такими как ошибки разрешения зависимостей, ошибки сборки образов VM или проблемы обработки манифестов — обратитесь к [Руководству по устранению неполадок](../usage/troubleshooting.ru.md) для подробных решений и типичных исправлений.
|`-r, --repository TEXT`| Repository endpoint where the element is stored [default](https://repo.exordos.com/exordos-elements/)|
18
+
|`PATH_OR_NAME`| Path to a local manifest file or the name of an element in the repository |
19
19
20
-
You can install elements on a [public Exordos Core installation](public-installation.md). Or you can deploy a [private Exordos Core installation](private-installation.md) on your own hardware. For development and testing, you can use [local laptop installation](local-laptop-installation.md).
20
+
You can install elements on a [public Exordos Core installation](../usage/public-installation.md). Or you can deploy a [private Exordos Core installation](../usage/private-installation.md) on your own hardware. For development and testing, you can use [local laptop installation](../usage/local-laptop-installation.md).
21
21
22
22
---
23
23
@@ -73,10 +73,10 @@ After a successful installation:
73
73
74
74
- Verify the element status in the Exordos Core CLI
75
75
-[Customize the manifest](../em/manifest.md) to tailor the element configuration to your needs
76
-
-[Update the element](../admin-guide/index.md) when a new version is available
76
+
-[Update the element](../usage/admin-guide.md) when a new version is available
77
77
78
78
---
79
79
80
80
## Troubleshooting
81
81
82
-
If you encounter issues during deployment — such as element installation failures, dependency resolution errors, or realm connectivity problems — refer to the [Troubleshooting Guide](troubleshooting.md) for detailed solutions and common fixes.
82
+
If you encounter issues during deployment — such as element installation failures, dependency resolution errors, or realm connectivity problems — refer to the [Troubleshooting Guide](../usage/troubleshooting.md) for detailed solutions and common fixes.
|`-r, --repository TEXT`| Конечная точка репозитория, где хранится элемент [по умолчанию](https://repo.exordos.com/exordos-elements/)|
18
+
|`PATH_OR_NAME`| Путь к локальному файлу манифеста или имя элемента в репозитории |
19
19
20
-
Вы можете устанавливать элементы на [публичную установку Exordos Core](public-installation.ru.md). Или вы можете развернуть [приватную установку Exordos Core](private-installation.ru.md) на своём оборудовании. Для разработки и тестирования вы можете использовать [установку на локальном ноутбуке](../usage/local_deployment.ru.md).
20
+
Вы можете устанавливать элементы на [публичную установку Exordos Core](../usage/public-installation.ru.md). Или вы можете развернуть [приватную установку Exordos Core](../usage/private-installation.ru.md) на своём оборудовании. Для разработки и тестирования вы можете использовать [установку на локальном ноутбуке](../usage/local_deployment.ru.md).
21
21
22
22
---
23
23
@@ -73,10 +73,10 @@ exordos elements install -r https://my-repo.example.com/elements/ my-element
73
73
74
74
- Проверьте статус элемента в Exordos Core CLI
75
75
-[Настройте манифест](../em/manifest.ru.md) для адаптации конфигурации элемента под ваши нужды
76
-
-[Обновите элемент](../admin-guide/index.ru.md) когда доступна новая версия
76
+
-[Обновите элемент](../usage/admin-guide.ru.md) когда доступна новая версия
77
77
78
78
---
79
79
80
80
## Устранение неполадок
81
81
82
-
Если вы столкнулись с проблемами во время развёртывания — такими как ошибки установки элемента, ошибки разрешения зависимостей или проблемы подключения к realm — обратитесь к [Руководству по устранению неполадок](troubleshooting.ru.md) для подробных решений и типичных исправлений.
82
+
Если вы столкнулись с проблемами во время развёртывания — такими как ошибки установки элемента, ошибки разрешения зависимостей или проблемы подключения к realm — обратитесь к [Руководству по устранению неполадок](../usage/troubleshooting.ru.md) для подробных решений и типичных исправлений.
Copy file name to clipboardExpand all lines: docs/app-developer-guide/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ Install the necessary tools below.
82
82
Install Exordos CLI:
83
83
84
84
```bash
85
-
curl -fsSL https://repo.exordos.com/install.sh |sudo sh
85
+
curl -fsSL https://repo.exordos.com/install.sh | sh
86
86
```
87
87
88
88
The Packer [version 1.9.2](https://hashicorp-releases.yandexcloud.net/packer/1.9.2/) or earlier due to licensing limitation. Download and place into `/usr/local/bin/` or any other directory in your `$PATH`.
Copy file name to clipboardExpand all lines: docs/app-developer-guide/index.ru.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ exordos elements install <element-name>
82
82
Установка Exordos CLI:
83
83
84
84
```bash
85
-
curl -fsSL https://repo.exordos.com/install.sh |sudo sh
85
+
curl -fsSL https://repo.exordos.com/install.sh | sh
86
86
```
87
87
88
88
Packer [версии 1.9.2](https://hashicorp-releases.yandexcloud.net/packer/1.9.2/) или ранее из-за ограничений лицензирования. Скачайте и поместите в `/usr/local/bin/` или любую другую директорию из вашего `$PATH`.
Copy file name to clipboardExpand all lines: docs/app-developer-guide/init.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ All other parameters are collected interactively via the wizard.
32
32
33
33
`exordos init` runs as an **interactive wizard** — it guides you through a series of questions and makes decisions based on your answers. You don't need to know the options upfront; the wizard adapts its questions depending on the project type you select.
34
34
35
-
[Learn more about the wizard →](wizard.md)
35
+
[Learn more about the wizard →](../usage/wizard.md)
36
36
37
37
---
38
38
@@ -85,4 +85,4 @@ After the wizard finishes, `exordos init` prints a **summary** of everything it
85
85
86
86
## Troubleshooting
87
87
88
-
If you encounter issues during initialization — such as project type detection failures, manifest generation errors, or CI/CD configuration problems — refer to the [Troubleshooting Guide](troubleshooting.md) for detailed solutions and common fixes.
88
+
If you encounter issues during initialization — such as project type detection failures, manifest generation errors, or CI/CD configuration problems — refer to the [Troubleshooting Guide](../usage/troubleshooting.md) for detailed solutions and common fixes.
Copy file name to clipboardExpand all lines: docs/app-developer-guide/init.ru.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ exordos init [OPTIONS]
32
32
33
33
`exordos init` работает как **интерактивный мастер** — он проводит вас через серию вопросов и принимает решения на основе ваших ответов. Вам не нужно знать опции заранее; мастер адаптирует свои вопросы в зависимости от выбранного типа проекта.
34
34
35
-
[Подробнее о мастере →](wizard.ru.md)
35
+
[Подробнее о мастере →](../usage/wizard.ru.md)
36
36
37
37
---
38
38
@@ -85,4 +85,4 @@ exordos init [OPTIONS]
85
85
86
86
## Устранение неполадок
87
87
88
-
Если вы столкнулись с проблемами во время инициализации — такими как ошибки определения типа проекта, ошибки генерации манифеста или проблемы конфигурации CI/CD — обратитесь к [Руководству по устранению неполадок](troubleshooting.ru.md) для подробных решений и типичных исправлений.
88
+
Если вы столкнулись с проблемами во время инициализации — такими как ошибки определения типа проекта, ошибки генерации манифеста или проблемы конфигурации CI/CD — обратитесь к [Руководству по устранению неполадок](../usage/troubleshooting.ru.md) для подробных решений и типичных исправлений.
Copy file name to clipboardExpand all lines: docs/app-developer-guide/push.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Key options:
22
22
|`-f, --force`| Force push even if the element already exists |
23
23
|`-l, --latest`| Also push the element as the `latest` version (for stable versions) |
24
24
25
-
You can push elements to the [public Exordos Core repository](public-installation.md). Or you can deploy a [private Exordos Core installation](private-installation.md) on your own hardware. For development and testing, you can use [local laptop installation](local-laptop-installation.md).
25
+
You can push elements to the [public Exordos Core repository](../usage/public-installation.md). Or you can deploy a [private Exordos Core installation](../usage/private-installation.md) on your own hardware. For development and testing, you can use [local laptop installation](../usage/local-laptop-installation.md).
26
26
27
27
---
28
28
@@ -125,4 +125,4 @@ After a successful push, your element is available in the registry and ready for
125
125
126
126
## Troubleshooting
127
127
128
-
If you encounter issues while pushing elements — such as repository connection failures, authentication errors, or upload problems — refer to the [Troubleshooting Guide](troubleshooting.md) for detailed solutions and common fixes.
128
+
If you encounter issues while pushing elements — such as repository connection failures, authentication errors, or upload problems — refer to the [Troubleshooting Guide](../usage/troubleshooting.md) for detailed solutions and common fixes.
0 commit comments