Skip to content

Commit

Permalink
Merge pull request #34 from Aerodisk/hotfix/proper_name
Browse files Browse the repository at this point in the history
fixed: proper project name
  • Loading branch information
tihon49 authored Dec 6, 2024
2 parents c1db4dc + 34f9513 commit 9a9b25a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Open vAir
# Open vAIR

## 🌍 Translations

- [Русский](README.ru.md)

## 📖 Project Description

**Open vAir** is a lightweight solution based on the **vAir** project,
**Open vAIR** is a lightweight solution based on the **vAIR** project,
designed for use as a development environment and virtualization system. The
program operates in interactive mode, providing a flexible and convenient
tool for managing virtual infrastructure.
Expand All @@ -29,7 +29,7 @@ tool for managing virtual infrastructure.

## 📦 Installation

To install **Open vAir** on a clean Linux system, follow these steps. It is
To install **Open vAIR** on a clean Linux system, follow these steps. It is
recommended to use **Ubuntu 20.04**, which is the most tested version.
**Ubuntu 22.04** is also supported.

Expand Down Expand Up @@ -93,7 +93,7 @@ recommended to use **Ubuntu 20.04**, which is the most tested version.
### ⚙️ Project Configuration
Before installing **Open vAir**, you need to set the login and password in
Before installing **Open vAIR**, you need to set the login and password in
the `/opt/aero/openvair/project_config.toml` file. This data is required for
system authorization and access to all application functions.
Expand Down Expand Up @@ -135,7 +135,7 @@ Upon completion of the installation, you will receive a message with the
current application address, login, and password for working with the system.
### 🗑️ Uninstallation
To remove Open vAir, run the uninstallation script:
To remove Open vAIR, run the uninstallation script:
```bash
./openvair/uninstall.sh
```
Expand Down Expand Up @@ -197,7 +197,7 @@ sudo systemctl status storage-domain.service
* Code convention: [code-convention](CODE_CONVENTION.md).
### 🔗 Frontend of the project
* To work with the user interface (Frontend), use the repository [Open vAir UI](https://github.com/Aerodisk/Open-vAIR-UI).
* To work with the user interface (Frontend), use the repository [Open vAIR UI](https://github.com/Aerodisk/Open-vAIR-UI).
### 🔗 Documentation of the project
* To work with the documentation, use the repository [Open vAIR docs](https://github.com/Aerodisk/Open-vAIR-docs).
Expand Down
12 changes: 6 additions & 6 deletions README.ru.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Open vAir
# Open vAIR

## 🌍 Переводы

- [English](README.md)

## 📖 Описание проекта

**Open vAir** — это облегченное решение на основе проекта **vAir**,
**Open vAIR** — это облегченное решение на основе проекта **vAIR**,
предназначенное для использования в качестве среды разработки и системы
виртуализации. Программа функционирует в интерактивном режиме, предоставляя
гибкий и удобный инструмент для управления виртуальной инфраструктурой.
Expand All @@ -29,7 +29,7 @@

## 📦 Установка

Для установки **Open vAir** на чистую систему с операционной системой Linux выполните следующие действия. Рекомендуется использовать **Ubuntu 20.04**, которая наиболее протестирована. Также поддерживается **Ubuntu 22.04**.
Для установки **Open vAIR** на чистую систему с операционной системой Linux выполните следующие действия. Рекомендуется использовать **Ubuntu 20.04**, которая наиболее протестирована. Также поддерживается **Ubuntu 22.04**.

### ☑️ Подготовка к установке проекта

Expand Down Expand Up @@ -90,7 +90,7 @@

### ⚙️ Настройка проекта

Перед установкой **Open vAir** необходимо задать логин и пароль в файле
Перед установкой **Open vAIR** необходимо задать логин и пароль в файле
`/opt/aero/openvair/project_config.toml`. Эти данные требуются для авторизации в
системе и доступа ко всем функциям приложения.

Expand Down Expand Up @@ -131,7 +131,7 @@ port = 8000
По завершении установки вы получите сообщение с текущим адресом приложения, логином и паролем для работы с системой.

### 🗑️ Деинсталляция
Для удаления Open vAir выполните скрипт деинсталляции:
Для удаления Open vAIR выполните скрипт деинсталляции:
```bash
./openvair/uninstall.sh
```
Expand Down Expand Up @@ -193,7 +193,7 @@ sudo systemctl status storage-domain.service
* Соглашение о коде: [code-convention](CODE_CONVENTION.md).

### 🔗 Frontend проекта
* Для работы с интерфейсом пользователя (Frontend) используйте репозиторий [Open vAir UI](https://github.com/Aerodisk/Open-vAIR-UI).
* Для работы с интерфейсом пользователя (Frontend) используйте репозиторий [Open vAIR UI](https://github.com/Aerodisk/Open-vAIR-UI).

### 🔗 Документация проекта
* Для работы с документацией проекта используйте репозиторий [Open vAIR docs](https://github.com/Aerodisk/Open-vAIR-docs).
Expand Down

0 comments on commit 9a9b25a

Please sign in to comment.