Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • SSH into the remote machine.
  • Check if event log service is existing

    Info
    titleCheck if event log service exists

    service bahmni-event-log-service status

  • In inventory file located at /etc/bahmni-installer/local, add localhost for the bahmni-event-log-service entry 

    Info
    titleInstall event log service

    [bahmni-event-log-service]
    localhost

 

  • Install bahmni event-log-service rpm
    1. To install only bahmni event log service

      Code Block
      ansible-playbook -i /etc/bahmni-installer/local /opt/bahmni-installer/bahmni-playbooks/all.yml -vv  --extra-vars '@/etc/bahmni-installer/rpm_versions.yml' --extra-vars '@/etc/bahmni-installer/setup.yml' -t event-log
    2. To install all rpms including bahmni event log service

      Code Block
      bahmni install

 

 

 

 

...