-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
80 lines (52 loc) · 1.75 KB
/
README.txt
File metadata and controls
80 lines (52 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
1) Installation: What steps are required for someone to take your zip file and make the program work. Please make sure to include the target environment and any additional steps required for setup.
- Move the .zip file to a directory of your choice
- Extract the files to that location
- Using command prompt, navigate to the directory you chose
- Navigate into the HealthNet folder
- Run the batch file by doing the following for your OS:
Windows: run
> rebuilddatabase.bat
from windows command line
macOS/Linux: run
> bash rebuilddatabase.command
from Terminal
(on masOS/Linux only: use the flag ‘-r’ to immediately start the server after the database is reset:
> bash rebuilddatabase.command -r
)
- Run the command "python manage.py runserver"
- Using a browser of your choosing, go to the URL "127.0.0.1:8000"
- If all goes well you should be able to use the site
2) Known bugs and disclaimers
-None
3) Known missing Release-x features
-None
4) Basic execution and usage instructions (logins & passwords)
- Register as Patient
- Fill out info
- Access website with new account
Doctors
User: doctor1
pass: P@ssword
User: doctor2
pass: P@ssword
Patients
User: patient1
pass: P@ssword
Nurses
User: nurse1
pass: P@ssword
User: nurse2
pass: P@ssword
HAdmins
User: admin1
pass: P@ssword
Populate Database:
Windows: run
> rebuilddatabase.bat
from windows command line
macOS/Linux: run
> bash rebuilddatabase.command
from Terminal
(on masOS/Linux only: use the flag ‘-r’ to immediately start the server after the database is reset:
> bash rebuilddatabase.command -r
)