Skip to content
/ MFL Public

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 calcu…

License

Notifications You must be signed in to change notification settings

MOH-Zambia/MFL

Repository files navigation

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 calcu…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published