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.
For the Latest Version of Bahmni.
If you face any issues during installation, please install the following packages.
Babel==2.3.4
decorator==4.0.10
docutils==0.12
ebaysdk==2.1.4
feedparser==5.2.1
gevent==1.1.2
greenlet==0.4.10
jcconv==0.2.3
Jinja2==2.10.1
lxml==3.5.0
Mako==1.0.4
MarkupSafe==0.23
mock==2.0.0
ofxparse==0.16
passlib==1.6.5
Pillow==3.4.1
psutil==4.3.1
psycogreen==1.0
psycopg2==2.7.3.1
pydot==1.2.3
pyparsing==2.1.10
pyPdf==1.13
pyserial==3.1.1
Python-Chart==1.39
python-dateutil==2.5.3
python-ldap==2.4.27
python-openid==2.2.5
pytz==2016.7
pyusb==1.0.0
PyYAML==3.12
qrcode==5.3
reportlab==3.3.0
requests==2.20.0
six==1.10.0
suds-jurko==0.6
vatnumber==1.2
vobject==0.9.3
Werkzeug==0.11.11
wsgiref==0.1.2
XlsxWriter==0.9.3
xlwt==1.1.2
xlrd==1.0.0