Bahmni-OpenELIS integration

Please try the following. I am assuming you are workign with V0.80 of Bahmni:

  1. Stop OpenELIS

service bahmni-lab stop

  1. Execute the commands in the method: restore_pgsql_db( ). This will download a database, and restore databases for OpenELIS, and OpenERP (since both systems use postgresql). https://github.com/Bahmni/bahmni-vagrant/blob/master/packer/scripts/base-v80.sh#L59

  2. Once DB has been restored, start OpenELIS again.

service bahmni-lab start

  1. Check the logs in /var/log/bahmni-lab for any errors.