Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 845 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 845 Bytes

HealthNet

Installation Instructions: In order to run this HealthNet program, given a zip file containing its code, do the following: 1. Make sure the target machine has the prerequisites (python 3.4.3 and django 1.9.1) installed. 2. Unzip the source code from the zip file into the desired installation location on the target machine. 3. HealthNet has now been installed, to run the system navigate into the HealthNetProject directory in a terminal and run the command python manage.py runserver

Prerequisites: python version 3.4.3 django version 1.9.1

Usage Instructions: 1. Run python manage.py runserver from the HealthNetProject/ directory. 2. Open your favorite modern day web browser. 3. Navigate to the url: http://localhost:8000/ 4. You have reached the health net login page, and can make use of the system.