Skip to content

HealthDB is an open source Electronic Medical Records (EMR) and patient management system built on Django.

Notifications You must be signed in to change notification settings

KRISHITECH/HealthDB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://travis-ci.org/mishravikas/HealthDB.svg?branch=master https://badges.gitter.im/mishravikas/HealthDB.png

HealthDB

Django based Electronic Medical Record (EMR) and Patient Management System.

Ubuntu 14.04 Development Build Instructions:

#retrieve latest apt-get list
$sudo apt-get update

#Install virtualenv, pip and paver
$sudo apt-get install python-pip python-virtualenv python-paver

#Fork HealthDB
http://github.com/<your_user_name>/HealthDB

#Clone your forked repo
$git clone https://github.com/<your_user_name>/HealthDB.git

#Install dependencies
$cd HealthDB
$paver setup

#Start the development server
$paver start

Mac OS X Development Build Instructions:

#Install pip
$sudo easy_install pip

#Install virtualenv and paver
$sudo pip install virtualenv paver

#Fork HealthDB
http://github.com/<your_user_name>/HealthDB

#Clone your forked repo
$git clone https://github.com/<your_user_name>/HealthDB.git

#Install dependencies
$cd HealthDB
$paver setup

#Start the development server
$paver start

About

HealthDB is an open source Electronic Medical Records (EMR) and patient management system built on Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.3%
  • CSS 34.8%
  • Python 6.8%
  • HTML 0.1%