Bahmni 0.92 Installation on Fresh Centos 7.6 Stops here

Hello, i am a medical doctor from Perú (South America), trying to implement this interesting open source software in the medical center where i work. I am new in informatics but i am giving my best with this task. I would really appreciate some help here.

I am trying to install bahmni 0.92 on a centos server running 7.6 version (gui infraestructure server enviroment). I am following exact instructions from here:

I repeated several times the steps mentioned there and trying to find the error without success.

These are the steps that i followed:

  1. First i installed the command line program
  2. I created a file for setup installation variables
  3. I overrided info: timezone (from Asia/Kolkata to America/Lima), selinux_state (from disabled to enforcing), bahmni password and specifyng the posgree repo.
  4. Set the inventory file name to local.
  5. Fired the installer (bahmni install or bahmni -i local install)

then this error shows up!

Hello,

Welcome to bahmni community!

This is an open issue in 0.92 bahmni installation. Please follow below steps before running the installer (before running bahmni -i local install).

yum install https://kojipkgs.fedoraproject.org//packages/zlib/1.2.11/18.fc30/x86_64/zlib-1.2.11-18.fc30.x86_64.rpm

For details on the issue, please follow this thread - Error in installing bahmni 0.92 in vagrant box

Thank you very much for your help @bhiravabhatla !

So, i started again from zero (that include centos 7.6 installation) and included the step you recommended:

  1. First i installed the command line program

  2. I created a file for setup installation variables

  3. I overrided info: timezone (from Asia/Kolkata to America/Lima), selinux_state (from disabled to enforcing), bahmni password and specifyng the posgree repo.

  4. Set the inventory file name to local.

  5. Yum Install:

yum install https://kojipkgs.fedoraproject.org//packages/zlib/1.2.11/18.fc30/x86_64/zlib-1.2.11-18.fc30.x86_64.rpm

  1. Fired the installer (bahmni install or bahmni -i local install)

Still getting an error but now i can access only to the Bahmni EMR UI using http:///home. Cant access to openmrs, openelis, openerp.

Thanks in advance for your helpful recommendations…

From the log, it seems postgres download failed. Maybe the connection broke. You can rerun the installation again

1 Like

Thanks for the answer @angshuonline. I had to update manually:

postgresql python pip zlib

and finally had the complete software installed! Hope they add new steps to installation guide from wiki in order to make this task easier for other people with limited programming knowledge like me. Thanks!