Медицина/Установка
Версия от 12:06, 4 апреля 2024; Admin (обсуждение | вклад)
Все действия выполнять от пользователя 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
https://docs.docker.com/engine/install/debian/#install-using-the-repository
Устанавливаем 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