Установка2: различия между версиями
Admin (обсуждение | вклад) Нет описания правки |
Admin (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
=== Устанавливаем git === | |||
<syntaxhighlight lang="bash"> | |||
sudo apt-get update && apt-get install --assume-yes git | |||
</syntaxhighlight> | |||
=== Клонируем репозиторий с настройками === | === Клонируем репозиторий с настройками === | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
cd /root && git -c http.sslVerify=false | cd /root && git clone -c http.sslVerify=false --depth 1 --branch main https://git.med-logic.ru/ilya.muhortov/medicine-config.git | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Версия от 04:46, 14 января 2026
Устанавливаем git
sudo apt-get update && apt-get install --assume-yes git
Клонируем репозиторий с настройками
cd /root && git clone -c http.sslVerify=false --depth 1 --branch main https://git.med-logic.ru/ilya.muhortov/medicine-config.git
Устанавливаем дашборд
cd /root/medicine-config/dashboard && ./install.sh
Заходим в web
http://hostname:800/ Далее в разделе МИС нажимаем кнопку "Установить" Вводим параметры и нажимаем кнопку "Start"