Skip to main content

Posts

Showing posts with the label Bahmni

How to Install Bahmni on Azure Server or on AWS Cloud

How to Install Bahmni on Azure Server or AWS Cloud Bahmni is an Opensource Software for Hospital Management System which is having different modules for various purposes such as OpenMRS, OpenElis and Odoo . Today we will learn How to Install Bahmni on Azure Server Requirements At least 2-8 GB Ram 2 CPU Processor and 20 GB Hard Disk. Centos OS 7.6 Installed. Instructions Launch the instance and connect using SSH Creating Swap Space # Informs you of how much swap space is allocated. if nothing is returned, then it's not set up. swapon -s      # To setup 4096k (4GB swap space) do these steps: sudo dd if=/dev/zero of=/swapfile bs=1024 count=4096k sudo mkswap /swapfile   # Activate the swap file sudo swapon /swapfile  echo '/swapfile   swap   swap    defaults        0 0' | sudo tee --append /etc/fstab    # Check if swap space is setup swapon -s After Creating Swap Memory Follow the below Steps. #Prerequisite for the fresh installation of Bahmni yum  install   -y https: //kojipkg