Advertisement
Guest User

Untitled

a guest
Dec 11th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. {
  2. export postgres_repo_rpm_name="pgdg-centos92-9.2-7.noarch.rpm";
  3. yum remove bahmni-installer -y;
  4. yum install https://dl.bintray.com/bahmni/rpm/rpms/bahmni-installer-0.86-70.noarch.rpm -y;
  5. time bahmni -i local install;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement