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

Материал из Medlogic
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
'''Все действия выполнять от пользователя root'''
<blockquote>Все действия выполнять от пользователя root</blockquote>


Устанавливаем '''git, unzip, vim'''
== Устанавливаем '''git, unzip, vim''' ==
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
sudo apt-get update && apt-get install --assume-yes git unzip vim openssl openssh-server
sudo apt-get update && apt-get install --assume-yes git unzip vim openssl openssh-server
</syntaxhighlight>
</syntaxhighlight>


Клонируем репозиторий с настройками
== Клонируем репозиторий с настройками ==
<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

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

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

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

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

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

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

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