https://github.com/octonezd/mdtmonitor-py
MDT Monitor implementation for unfortunate who didn't manage to get themselves a Windows Server for MDT and are stuck with Linux. No read support.
https://github.com/octonezd/mdtmonitor-py
Last synced: 2 months ago
JSON representation
MDT Monitor implementation for unfortunate who didn't manage to get themselves a Windows Server for MDT and are stuck with Linux. No read support.
- Host: GitHub
- URL: https://github.com/octonezd/mdtmonitor-py
- Owner: OctoNezd
- Created: 2022-02-21T10:13:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T10:24:35.000Z (over 4 years ago)
- Last Synced: 2025-12-04T08:57:21.355Z (7 months ago)
- Language: CSS
- Size: 226 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MDTMonitor
1. Copy settings: `cp settings.example.py settings.py`
2. Install FastAPI dependencies: `poetry install` (install poetry if you don't have it)
3. Switch into frontend folder, install npm project for frontend: `cd frontend && npm install`
4. Build frontend: `npm run build`
5. Launch server using `poetry run python3 -m uvicorn main:app --host 0.0.0.0`