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
- Fully translated backend installation guides into English (Linux, Windows, and general setup).
- Updated formatting, examples, and prompts for clarity.
- Replaced outdated Russian sections with English equivalents while preserving technical details.
Copy file name to clipboardExpand all lines: docs/gml-launcher/backend/installation/install-linux.md
+42-42Lines changed: 42 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,78 +4,78 @@ sidebar_position: 1
4
4
5
5
# GNU/Linux
6
6
7
-
Это руководство поможет вам установить серверный компонент Gml.Backend на системы GNU/Linux. Установочный
8
-
скрипт автоматически настроит все необходимые компоненты для вас.
7
+
This guide will help you install the Gml.Backend server component on GNU/Linux systems.
8
+
The installation script will automatically configure all necessary components for you.
9
9
10
-
## Предварительные требования
10
+
## Prerequisites
11
11
12
-
Перед началом установки убедитесь, что у вас есть:
12
+
Before starting the installation, make sure you have:
13
13
14
-
-Система GNU/Linux с системой инициализации systemd
15
-
-Доступ к терминалу с правами администратора (sudo)
16
-
-Интернет-соединение для загрузки установочных файлов
14
+
-A GNU/Linux system with the systemd init system
15
+
-Terminal access with administrative privileges (sudo)
16
+
-An internet connection to download installation files
17
17
18
-
### Официально протестированные дистрибутивы
18
+
### Officially Tested Distributions
19
19
20
-
Серверная часть должна работать на большинстве современных дистрибутивов GNU/Linux, но официальный скрипт установки, представленный здесь, ограничен в возможных дистрибутивах. Вот список официально протестированных дистрибутивов и их поддержка:
20
+
The server component should work on most modern GNU/Linux distributions, but the official installation script provided here supports only certain distributions. Below is a list of officially tested distributions and their support status:
21
21
22
-
- ✅ Полностью поддерживается
23
-
- ⚠️ Должно работать, но не тестировалось
24
-
- ❌ Не поддерживается, используйте [ручную установку](install-source)
22
+
- ✅ Fully supported
23
+
- ⚠️ Should work, but not tested
24
+
- ❌ Not supported, use [manual installation](install-source)
25
25
26
-
|Дистрибутив|Версии|
27
-
| ------------ | ------ |
28
-
|`Ubuntu`| 25 ✅ 24 ⚠️ 22 ⚠️ |
29
-
|`Debian`| 13 ✅ 12 ⚠️ |
30
-
|`Fedora`| 42 ✅ 41 ⚠️ |
31
-
|`Rocky`| 9 ✅ |
32
-
|`Arch Linux`| ⚠️|
33
-
|`Alpine`| ❌|
26
+
|Distribution|Versions|
27
+
| -------------|-------- |
28
+
|`Ubuntu`| 25 ✅ 24 ⚠️ 22 ⚠️ |
29
+
|`Debian`| 13 ✅ 12 ⚠️ |
30
+
|`Fedora`| 42 ✅ 41 ⚠️ |
31
+
|`Rocky`| 9 ✅|
32
+
|`Arch Linux`| ⚠️ |
33
+
|`Alpine`| ❌ |
34
34
35
-
## Шаги установки
35
+
## Installation Steps
36
36
37
-
### Шаг 1: Загрузка установочного скрипта
37
+
### Step 1: Download the Installation Script
38
38
39
-
Откройте терминал и выполните следующую команду для загрузки установочного скрипта:
39
+
Open a terminal and run the following command to download the installation script:
0 commit comments