This commit is contained in:
2025-12-16 01:46:07 +01:00
parent fe75ab0e9f
commit 5edd09f5ad
2 changed files with 166 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
# ITSchool-Project--1
Servers Monitoring
Servers Monitoring
## Requirements
```c++
PHP 8.4
- PHP-SQLITE
```
## Install
```bash
sqlite3 db/monitor.sqlite < sql/schema.sql
```