BBahmni 한국어 매뉴얼검색
한국어 번역 완료
한국어English

CentOS에 Bahmni 설치

??

1단계: 새 CentOS v7.6 구성

새 CentOS v7.6 시스템을 만드십시오. 자세한 안내 문서를 참조할 수 있습니다.관련 문서: 시스템 요구사항

2??: RPM ??

? Bahmni ??

참고용 샘플 설치 로그입니다.관련 문서: Bahmni v93 Install Log on CentosV76.txt

보안 권고에 관한 자세한 내용은 아래 Talk 스레드를 참조하십시오.

https://talk.openmrs.org/t/critical-security-advisory-cve-2018-19276-2019-02-04/21607

https://talk.openmrs.org/t/update-for-cve-2018-19276-2019-02-04/21682

Bahmni를 최신 버전으로 업그레이드

서버에 이전 버전의 Bahmni가 이미 설치되어 있고 최신 릴리스로 업그레이드하려면 여기에 설명된 단계를 따르십시오.

3단계: 애플리케이션 접속

이제 시스템에서 샘플 데이터와 함께 Bahmni가 실행되어야 합니다. 애플리케이션이 실행되는 여러 URL은 다음 절을 참조하십시오.관련 문서: Please refer to the followingsectionto understand the various URLs on which the application is running.

참고:

  • 아래 URL에서 Bahmni가 실행되지 않는다면 해당 서비스를 확인하고 시작하십시오(MySQL과 PostgreSQL DB 서비스를 먼저 시작).
  • 방화벽(SELinux, ip4tables, ip6tables)이 포트 접근을 차단하는지도 확인하십시오.
ApplicationURLCredentials (v0.91)Credentials (v0.92)
Bahmni EMR UIhttp://<machine-ip>/homesuperman/Admin123superman/Admin123
Bahmni Lab (OpenELIS)http://<machine-ip>/openelisadmin/adminADMIN!admin/adminADMIN!
Bahmni ERP (OpenERP/Odoo)http://<machine-ip>:8069admin/passwordadmin/admin
OpenMRShttp://<machine-ip>/openmrssuperman/Admin123superman/Admin123
Radiology (Dcm4Chee)http://<machine-ip>/dcm4chee-web3admin/adminadmin/admin
ReportsAccessible from Reports button in EMR UI Dashboard
Bahmni Event Log Servicehttp://<machine-ip>/event-log-service

Bahmni 서비스

시스템에서 Bahmni와 관련된 서비스는 다음과 같습니다.

# command to list all services
sudo service --status-all
 
# command to list all configured services
chkconfig --list
 
# Command to start or stop a service is: service <service-name> start | stop | status | restart
# -----------------------------------------------------------------------------------------------
 
# Check status of Apache httpd service (runs Bahmni EMR UI)
sudo service httpd status
 
# Check status of OpenMRS Backend (needed for Bahmni EMR UI to talk to OpenMRS)
sudo service openmrs status
 
# Check status of Reports (needed to see reports inside EMR UI)
sudo service bahmni-reports status
 
# Check status of OpenELIS / Bahmni-Lab
sudo service bahmni-lab status
 
# Check status of Odoo (For Bahmni version 0.92 and above)
sudo service odoo status

# Check status of OpenERP (For Bahmni version 0.91 and earlier) 
sudo service openerp status
 
# Check status of Bahmni and ERP Connector (for data sync between systems)
sudo service bahmni-erp-connect status

# Check the status of atomfeed-console Service (Looking at the failed events and retrying failed events)
sudo service atomfeed-console status
 
# Databases needed to be running (mysqld for Bahmni EMR / OpenMRS, and Postgres for Lab and ERP)
sudo service mysqld status

# Check status of postgres (For Bahmni version 0.92 and above) 
sudo service postgresql-9.6 status  

# Check status of postgres (For Bahmni version 0.91 and earlier) 
sudo service postgresql-9.2 status
Service start commands for Bahmni
# Start all services
sudo service mysqld start
sudo service postgresql-9.6 start 
sudo service openmrs start
sudo service httpd start
sudo service bahmni-reports start
sudo service bahmni-lab start
sudo service odoo start
sudo service bahmni-erp-connect start
sudo service atomfeed-console start
sudo service pacs-integration start

파일 시스템 탐색

설치 후 여러 하위 시스템은 다음 위치에 설치되어 접근할 수 있습니다.

Application Install Locations
# All applications are installed in /opt
cd /opt
 
# Location for Bahmni EMR UI and config (app deployed in Apache httpd server)
cd /var/www
 
# Location for OpenMRS (contains embedded tomcat)
cd /opt/openmrs
 
# Location for OpenMRS modules
cd /opt/openmrs/modules
  
# Location for Bahmni lab / OpenELIS (contains embedded tomcat)
cd /opt/bahmni-lab
 
# Location for Bahmni ERP / OpenERP
cd /opt/bahmni-erp
 
# Location for Bahmni reports (accessed from EMR UI Reports Button on Home Screen)
cd /opt/bahmni-reports
  
# Location for Bahmni pacs-integration service
cd /opt/pacs-integration
Log Files
# Most Bahmni related Log files are located in /var/log in respective sub-folders bahmni-lab, openmrs, etc. 
# These are all soft links into /opt/app-name/log folder.
cd /var/log
 
# Client side logs (javascript errors) -- uses StackTrace.js library
cd /var/log/client-side-logs

# pgsql logs (Bahmni 0.92 and above)
cd /var/lib/pgsql/9.6/data/pg_log/

# pgsql logs (Bahmni 0.91 and earlier)
cd /var/lib/pgsql/9.2/data/pg_log/

# mySQL log file /var/log/mysqld.log

# DCM4CHEE log file /var/lib/bahmni/dcm4chee-2.18.1-psql/server/default/log/server.log

설치된 Bahmni RPM 버전 확인

다음은 명령의 샘플 출력입니다.

[root@localhost vagrant]# yum list installed | grep bahmni 
atomfeed-console.noarch               1.1-1                      @bahmni         
bahmni-appointments-frontend.noarch   0.93-31                    @bahmni         
bahmni-emr.noarch                     0.93-131                   @bahmni         
bahmni-erp.noarch                     0.93-76                    @bahmni         
bahmni-erp-connect.noarch             0.93-76                    @bahmni         
bahmni-implementer-interface.noarch   0.93-97                    @bahmni         
bahmni-installer.noarch               0.93-197                   installed       
bahmni-lab.noarch                     0.93-58                    @bahmni         
bahmni-lab-connect.noarch             0.93-131                   @bahmni         
bahmni-reports.noarch                 0.93-45                    @bahmni         
bahmni-web.noarch                     0.93-131                   @bahmni

방사선용 dcm4chee 및 pacs-integration 서버 설치

Bahmni ?? ?? ? ??

원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗