Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 832 Bytes

File metadata and controls

25 lines (22 loc) · 832 Bytes

DentaWeb

DentaWeb:

  1. Finds .bmp images from EasyDent v4 folder.
  2. Converts them into jpeg.
  3. Queries EasyDent v4 database (sql server) for patient names
  4. Serves them running Flask via Gevent

To install on windows you need to:

  1. Install Python 3.6 and ensure it is in PATH
  2. Install libraries (Flask, Pollow, gevent, pyodbc)
pip install -r requirements.txt  
  1. Configure values folders, SQLServer connection string in denta_config.ini
  2. Install Windows services to run scripts. For example using nssm: (http://nssm.cc)
nssm install denta_server
nssm set denta_server Application python.exe
nssm set denta_server AppParameters server.py

nssm install denta_converter
nssm set denta_converter Application python.exe
nssm set denta_converter AppParameters image_converter.py