28 lines
582 B
Markdown
28 lines
582 B
Markdown
# 🚀 Quickstart Guide
|
|
|
|
Welcome to the ASF Infrastructure Monitor!
|
|
|
|
## 1. Setup Environment
|
|
Create a `.env` file in the root directory:
|
|
```env
|
|
PC_PASS=your_pc_password
|
|
PI_PASS=your_pi_password
|
|
```
|
|
|
|
## 2. Deploy
|
|
Run the following command:
|
|
```bash
|
|
docker compose up -d --build
|
|
```
|
|
|
|
## 3. Access
|
|
The dashboard will be available at:
|
|
`http://asf.monitor.nabd-co.com` (after Caddy setup)
|
|
|
|
## 4. Documentation
|
|
For more details, check the `docs/` folder:
|
|
- [Architecture](docs/architecture.md)
|
|
- [Backend](docs/backend.md)
|
|
- [Frontend](docs/frontend.md)
|
|
- [Deployment](docs/deployment.md)
|