Медицина/Установка: различия между версиями

Материал из Medlogic
Нет описания правки
Строка 22: Строка 22:
=== Устанавливаем '''git, unzip, vim, openssl''' ===
=== Устанавливаем '''git, unzip, vim, openssl''' ===
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
dnf --assume-yes update && dnf install --assume-yes git unzip vim openssl openssh-server
dnf --assumeyes update && dnf install --assumeyes git unzip vim openssl openssh-server
</syntaxhighlight>
</syntaxhighlight>



Версия от 05:58, 7 апреля 2024

Настройка сервера

Все действия выполнять от пользователя root

Устанавливаем git, unzip, vim, openssl

sudo apt-get update && apt-get install --assume-yes git unzip vim openssl openssh-server

Устанавливаем автоматически Docker

curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh

Ручная установка Docker

Настройка сервера РЕД ОС

Все действия выполнять от пользователя root

Устанавливаем git, unzip, vim, openssl

dnf --assumeyes update && dnf install --assumeyes git unzip vim openssl openssh-server

Установка системы

Клонируем репозиторий с настройками

cd /root && git clone https://git.med-logic.ru/ilya.muhortov/medicine-config.git

Устанавливаем базовые образы

. /root/medicine-config/bash_scripts/install-base.sh

Устанавливаем МИС Медицина

. /root/medicine-config/bash_scripts/install-medicine.sh

Устанавливаем РЭМД

. /root/medicine-config/bash_scripts/install-remd.sh