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

List Of Configurable Installation Variables

Default values of installation variables provided as part of bahmni-installer rpm can be overridden by adding the variable entry in '/etc/bahmni-installer/setup.yml'. Installation variables that can be specified or overridden are listed below.

NameDefault ValueDescription
timezoneNo default provided. Mandatory to add in setup.ymlThis property sets the timezone for the server machine. Please see this document for possible values: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
implementation_nameNo default provided. Mandatory to add in setup.ymlImplementation config to be used for Bahmni (example: default, jss, etc). bahmni-web rpm comes packaged with default config. When value is specified as default, it will be picked up from /opt/bahmni-web/etc/bahmni_config. If any value other than 'default' is specified, Bahmni will search for the appropriately named implementation config folder placed in /etc/bahmni-installer/deployment-artifacts.Implementation name can also be specified from command line during install using -I (capital i) option. Example: bahmni -I jss install.Note that specifying implementation_name from command line wont add entry in setup.yml. It has to be mentioned each time you invoke any command from bahmni command line tool
selinux_stateenforcingPossible selinux states are 'enforcing', 'permissive' and 'disabled'. To disable the selinux configuration in server, 'disabled' should be set as value. To understand more about what is "selinux", please read this. If you don't understand selinux, then maybe its better to start with selinux 'disabled', and enable it later. Although, from a security perspective, its better to keep it at a minimum level of "permissive" if not "enforcing". Related reading: https://major.io/2013/04/15/seriously-stop-disabling-selinux/When you change the machine's selinux setting from 'disabled' to 'permissive', a restart of the machine is needed. After that you will need to retrigger "bahmni install" to continue with the rest of the installation.
bahmni_repo_url'https://dl.bintray.com/bahmni/rpm'The repo from which bahmni rpms are downloaded. Ideally, this should not be changed in prod. But developers who wish to use in-development versions of bahmni rpms, can set the value to 'http://repo.mybahmni.org.s3-website-ap-southeast-1.amazonaws.com/rpm/bahmni/'. If you don't set this variable, Bahmni will point by default to bintray (where we host publicly released rpm versions). 
two_factor_authdisabledThis property enables/disables the installation of two-factor authentication service. The possibles values are enabled and disabled.
omodsNot Mandatory. If defined in setup.yml will download the modules.Define all the extra OpenMRS omods that needs to be downloaded. We can download omod modules from different urls.Format:-omods:&nbsp; &nbsp; - url:<FIRST_URL>&nbsp;&nbsp; &nbsp; &nbsp; modules: [example_module.omod] &nbsp; - url: <SECOND_URL>&nbsp;&nbsp; &nbsp; &nbsp; modules: [another_example_module.omod]
mysql_root_passwordpasswordNew password for mysql root user (in cleartext)
mysql_old_root_passwordpasswordOlder mysql root password i.e the current mysql root password. Will be used for changing password. (in cleartext)
openmrs_port8050The port on which openmrs service listens
bahmni_reports_port8051The port on which bahmni-reports service listens
bahmni_lab_port8052The port on which bahmni-lab service listens
bahmni_erp_connect_port8053The port on which bahmni-erp-connect service listens
pacs_integration_port8054The port on which pacs-integration service listens
dchm4chee_port8055The port on which dcm4chee listens
dchm4chee_connector_port8056The port used by one of the dcm4chee connector
bahmni_event_log_service_port8057The port on which bahmni-event-log-service listens
bahmni_two_factor_auth_port8058The port on which bahmni-two-factor-auth service listens
openmrs_server_options"-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"JVM Options for OpenMRS (which control how much RAM is assigned to the process, and other such parameters). Please read more about this here: https://talk.openmrs.org/t/java-vm-options-for-use-in-production/803
openmrs_user_idadminOpenMRS admin user that is also used for atomfeed sync in other components.Note that on changing this property, the user will NOT be created automatically in OpenMRS. It has to be created manually in OpenMRS.If you have enabled two factor authentication, assign bypass2FA role to this user in order to skip two factor authentication for atom feed clients.
openmrs_user_passwordtestPassword for openmrs admin user. Changing this property would UPDATE the password for openmrs admin user (in cleartext)
nagios_contact_emailNo default provided. Mandated to add in setup.yml if you are installing Nagios.Email id to which nagios should send notifications
ssmtp_auth_userNo default provided. Mandated to add in setup.yml if you are setting up Nagios.Email id from which nagios should send notifications
ssmtp_auth_passNo default provided. Mandated to add in setup.yml if you are setting up Nagios.Password for email id from which nagios should send notifications (in cleartext)
bahmni_support_userbahmni_supportUser created for support purposes. This is a user on the server/machine where you installed bahmni. To confirm that you have successfully changed the username and/or password, try to log in to the machine (or&nbsp;ssh into the server) using the username and password.
bahmni_password_hashHash for text 'p@ssw0rd'Password hash for bahmni_support_user.It is highly recommended that you change the default password, so that your server isn't vulnerable to SSH access using default credentials. To generate a hash for a string, one needs to execute the following command, by specifying a secure and strong password, and some random salt string:The output of this command will be the full encoded hash for the password. Paste the full output.For instance:Then in YAML file enterbahmni_password_hash: $1$SomeSalt$/jbIwfYCu0MxPBND2EtRH.
SSLCertificateFilePath/opt/bahmni-certs/certs/cert1.pemSSL Certificate File
SSLCertificateKeyFilePath/opt/bahmni-certs/certs/privkey1.pemSSL Certificate Private Key
SSLCertificateChainFilePath/opt/bahmni-certs/certs/chain1.pemSSL Certificate Chain File path. Refer to this site for explanation on what these keys mean.
dcm4chee_study_uidNo default provided. Mandated to add in setup.yml if you are setting up dcm4chee.Study uid is id that is unique for each implementation. To specify the study uid 'dcm4chee_study_uid' should be set in the setup.yml. Example:- &nbsp;"dcm4chee_study_uid: 1.2.4.0.13.1.4.2252867."
reports_save_dir/home/bahmni/reports/Specify the directory that should be used to save scheduled reports.
openerp_urlNo default provided. Optional. Will be automatically detected while installation.Specify the url that should be used for accessing openerp application on the landing page.Please refer for more info관련 문서: Install Bahmni on CentOS (Advanced Installation Options)
openelis_usernameatomfeedOpenELIS user that will be used by other components for atomfeed syncIf you configure the username, you must update it in OpenELIS manually.
openelis_passwordAdminadMIN*OpenELIS password for atomfeed user used by other components for atomfeed syncIf you configure the password, you must update it in OpenELIS manually.
md5_checksum_of_java"8eeed2ea9f48b688cd01b888d3c72bec" of jre-8u101-linux-x64.rpmMd5checksum for jre or jdk rpm needs to be specified, if the version choose to install changes from default rpm version.Get rpm checksums here https://www.oracle.com/webfolder/s/digest/8u101checksum.html. Url will change depends on version.
dcm4chee_archive_dir/home/bahmni/pacs_images/archiveArchive directory of dcm4chee
mx_download_urlhttps://dl.bintray.com/bahmni/rpm/mx-1.4.5-1-mdv2012.0.i586.rpmSpecify the URL of the mx rpm to download and install.&nbsp;
postgres_repo_rpm_namepgdg-centos92-9.2-7.noarch.rpmUnknown. Appears in Bahmni 0.91.&nbsp;
mysql_version5.7.30The mysql version which gets installed as part of bahmni. Can be used pass different mysql version other than default.&nbsp;&nbsp;
python -c 'import crypt; print crypt.crypt("my-password", "$1$SomeSaltOfMyChoice$")'
Screen Shot 2016-05-26 at 10.40.02 am.png
원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗