MOH-Zambia / MFL

The Master Facility List is a complete listing of health facilities in Zambia (both public and private) and is comprised of a set of administrative information and information that identifies each facility (unique ID). The MFL is important in monitoring the health infrastructure and the services provided to the population and it assists in calculating the percentage of facilities that are included in routine health data collection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MFL

Master Facility List https://mfl.moh.gov.zm

To run this application you need to have python 3.5 https://www.python.org installed on your machine.

Installation

Ubuntu 18.04

sudo apt update && sudo apt dist-upgrade -y
sudo apt install python3 virtualenv -y
cd /var/lib

Postgresql installation

sudo apt install postgresql-10 postgresql-contrib-10 postgresql-server-dev-10 postgresql-10-postgis-2.4 -y
sudo -u postgres createuser -SDRP mfl --Default password is "password"
sudo -u postgres createdb -O mfl MFL
sudo -u postgres psql -c "create extension postgis;" MFL
sudo git clone https://github.com/MOH-Zambia/MFL
sudo chmod 777 -R MFL
cd MFL
sudo virtualenv -p python3 .
source bin/activate
pip install -r requirements.txt
python manage.py runserver

About

The Master Facility List is a complete listing of health facilities in Zambia (both public and private) and is comprised of a set of administrative information and information that identifies each facility (unique ID). The MFL is important in monitoring the health infrastructure and the services provided to the population and it assists in calculating the percentage of facilities that are included in routine health data collection.

License:GNU General Public License v3.0


Languages

Language:JavaScript 45.9%Language:CSS 41.0%Language:Python 11.1%Language:HTML 2.0%Language:Shell 0.1%Language:Dockerfile 0.0%