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

Материал из Medlogic
(Новая страница: «=== Клонируем репозиторий с настройками === <syntaxhighlight lang="bash"> cd /root && git -c http.sslVerify=false clone -b main https://git.med-logic.ru/ilya.muhortov/medicine-config.git@ </syntaxhighlight> === Логинимся в docker репозиторий === <syntaxhighlight lang="bash"> docker login docker.med-logic.ru readonly readonly </syntaxhighlight> === Устанавливаем дашборд === <syntaxhigh...»)
 
Строка 1: Строка 1:
=== Клонируем репозиторий с настройками ===
=== Клонируем репозиторий с настройками ===
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
cd /root && git -c http.sslVerify=false clone -b main https://git.med-logic.ru/ilya.muhortov/medicine-config.git@
cd /root && git -c http.sslVerify=false clone -b main https://git.med-logic.ru/ilya.muhortov/medicine-config.git
</syntaxhighlight>
</syntaxhighlight>



Версия от 07:30, 13 января 2026

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

cd /root && git -c http.sslVerify=false clone -b main https://git.med-logic.ru/ilya.muhortov/medicine-config.git

Логинимся в docker репозиторий

docker login docker.med-logic.ru
readonly
readonly

Устанавливаем дашборд

cd /root/medicine-config/dashboard && ./install.sh

Заходим в web

http://hostname:800/ Далее в разделе МИС нажимаем кнопку "Установить" Вводим параметры и нажимаем кнопку "Start"