Медицина/Установка: различия между версиями
Admin (обсуждение | вклад) Нет описания правки |
Admin (обсуждение | вклад) Нет описания правки |
||
| Строка 11: | Строка 11: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Устанавливаем Docker | Устанавливаем Docker автоматически | ||
<syntaxhighlight lang="bash"> | |||
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh | |||
</syntaxhighlight> | |||
https://docs.docker.com/engine/install/debian/#install-using-the-repository | Ручная установка Docker | ||
[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://redos.red-soft.ru/base/arm/arm-other/docker-install/ Установка для РЕД ОС] | |||
Устанавливаем Docker-compose | Устанавливаем Docker-compose | ||
Версия от 03:18, 7 апреля 2024
Все действия выполнять от пользователя root
Устанавливаем git, unzip, vim
sudo apt-get update && apt-get install --assume-yes git unzip vim openssl openssh-server
Клонируем репозиторий с настройками
cd /root && git clone https://git.med-logic.ru/ilya.muhortov/medicine-config.git
Устанавливаем Docker автоматически
curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
Ручная установка Docker Ununtu Debian Установка для РЕД ОС
Устанавливаем Docker-compose
apt-get install --assume-yes python3-pip docker-compose
Устанавливаем базовые образы
. /root/medicine-config/bash_scripts/install-base.sh
Устанавливаем МИС Медицина
. /root/medicine-config/bash_scripts/install-medicine.sh
Устанавливаем РЭМД
. /root/medicine-config/bash_scripts/install-remd.sh