An open API service indexing awesome lists of open source software.

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.

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`