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

Материал из Medlogic
Нет описания правки
Метка: отменено
Нет описания правки
Метка: ручная отмена
Строка 1: Строка 1:
'''Все действия выполнять от пользователя root'''
'''Все действия выполнять от пользователя root'''
=== Настройка сервера ===
 
== Устанавливаем '''git, unzip, vim, openssl''' ==
== Устанавливаем '''git, unzip, vim, openssl''' ==
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Строка 6: Строка 6:
</syntaxhighlight>
</syntaxhighlight>


=== Устанавливаем автоматически Docker ===
== Устанавливаем автоматически Docker ==
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
</syntaxhighlight>
</syntaxhighlight>


=== Ручная установка Docker ===
== Ручная установка Docker ==
* [https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository Ununtu]
* [https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository Ununtu]
* [https://docs.docker.com/engine/install/debian/#install-using-the-repository Debian]
* [https://docs.docker.com/engine/install/debian/#install-using-the-repository Debian]
* [https://redos.red-soft.ru/base/arm/arm-other/docker-install/ РЕД ОС]
* [https://redos.red-soft.ru/base/arm/arm-other/docker-install/ РЕД ОС]


== Установка системы ==
== Клонируем репозиторий с настройками ==
=== Клонируем репозиторий с настройками ===
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
cd /root && git clone https://git.med-logic.ru/ilya.muhortov/medicine-config.git
cd /root && git clone https://git.med-logic.ru/ilya.muhortov/medicine-config.git
</syntaxhighlight>
</syntaxhighlight>


=== Устанавливаем базовые образы ===
== Устанавливаем базовые образы ==
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
. /root/medicine-config/bash_scripts/install-base.sh
. /root/medicine-config/bash_scripts/install-base.sh
</syntaxhighlight>
</syntaxhighlight>


=== Устанавливаем МИС Медицина ===
== Устанавливаем МИС Медицина ==
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
. /root/medicine-config/bash_scripts/install-medicine.sh
. /root/medicine-config/bash_scripts/install-medicine.sh
</syntaxhighlight>
</syntaxhighlight>


=== Устанавливаем РЭМД ===
== Устанавливаем РЭМД ==
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
. /root/medicine-config/bash_scripts/install-remd.sh
. /root/medicine-config/bash_scripts/install-remd.sh
</syntaxhighlight>
</syntaxhighlight>

Версия от 03:26, 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

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

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