- admin account
- username:
test
- password:
test
- username:
- 4 real sample diagnoses
- 10 sample watcher relationships
main
&annex
building- rooms
main
: rooms 0-5annex
: rooms 0, 2-10, 21-30 NOTE: room 0 is for patients with no assigned room
- no patients
- no occupancies
- Download and extract
spider-Windows10x64.zip
- Install python 3 and pip
- Run
install_dependencies.bat
. This will install packages globally. To uninstall them, run__TMP_remove_dependencies.bat
- Run
start.vbs
- Open url in browser:
localhost:8000
- Run
stop.vbs
Before using the program, make sure to set the correct starting date. The program defaults to using the current date at the start.
To set starting date:
-
Start the server
-
Go to:
localhost:8000/adminmain/saved_date/add/
-
Make sure to log in using admin account.
-
Then set the fields:
saved = yes Last modified date = the day before starting day Last modified time = choose any
For example, if you want to start at January 1, 2019 then:
saved = yes Last modified date = December 31, 2018 <-- day before Last modified time = choose any
Go to: localhost:8000/adminmain/
- Running
start.vbs
multiple times is possible, causing multiple servers to run. Runningstop.vbs
will stop all. stop.vbs
works by killing all processes with namepython.exe
. Not good