OmniScale is the portal and questionnaire interface used by HT Micron for foundations and evaluations.
- Path: C:\Repositories\omniscale
- Default URL: https://pmo/omniscale/
- Internal Port: 8102
- Windows Service: OmniScale (Managed by NSSM)
- app.py: Main Flask server.
- run_server.py: Entry point for the Windows service.
- templates/: HTML files (Vue.js + Tailwind).
- questionario.JSON / avaliacoes.JSON: Local JSON database.
- Clone the repository
- Environment Setup:
python -m venv venv .\venv\Scripts\activate pip install -r requirements.txt
- Manual Execution:
python run_server.py
- Location:
C:\Repositories\omniscale\service.loganderror.log.
System-wide maintenance scripts are located at the repository root:
C:\Repositories\SYSTEM_RESTART_ALL.bat - Execute after code updates or IIS changes.