Update Repo
This commit is contained in:
17
README.md
17
README.md
@@ -9,22 +9,23 @@ Guida completa per configurare un'infrastruttura AI containerizzata con Podman r
|
||||
- Utente non-root con privilegi sudo
|
||||
|
||||
### Partizionamento
|
||||
/boot → 1 GB → ext4
|
||||
/ → 40 GB → ext4
|
||||
/home → 50 GB → ext4 (se usi Podman rootless)
|
||||
/srv → tutto il resto → xfs (per dati, modelli AI, volumi bind)
|
||||
/swap → 16 GB → swap
|
||||
|
||||
| Mount Point | Size | Filesystem | Note |
|
||||
|-------------|---------------|------------|------|
|
||||
| /boot | 1 GB | ext4 | |
|
||||
| / | 40 GB | ext4 | |
|
||||
| /home | 50 GB | ext4 | se usi Podman rootless |
|
||||
| /srv | tutto il resto| xfs | per dati, modelli AI, volumi bind |
|
||||
| /swap | 16 GB | swap | |
|
||||
|
||||
## Installazione
|
||||
|
||||
Per installare automaticamente tutto il necessario, esegui:
|
||||
|
||||
```bash
|
||||
curl -fsSL https://tuo-repo/install.sh | sh
|
||||
curl -fsSL https://code.badstorm.xyz/SRV/bdi_podman_serverconf/raw/main/install.sh | sh
|
||||
```
|
||||
|
||||
Sostituisci `https://tuo-repo/install.sh` con l'URL del tuo repository remoto (ad esempio, `https://raw.githubusercontent.com/tuo-username/tuo-repo/main/install.sh`).
|
||||
|
||||
Questo script eseguirà tutti i passi di configurazione, inclusi aggiornamenti di sistema, installazione di Podman, configurazione di systemd e riavvio finale.
|
||||
|
||||
## Utilizzo dopo l'installazione
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
set -e
|
||||
|
||||
# Modifica questa variabile con l'URL raw del tuo repository remoto
|
||||
REPO_URL="https://raw.githubusercontent.com/yourusername/yourrepo/main"
|
||||
REPO_URL="https://code.badstorm.xyz/SRV/bdi_podman_serverconf/raw/main"
|
||||
|
||||
echo "Iniziando l'installazione di BDI Podman Serverconf..."
|
||||
|
||||
|
||||
مرجع در شماره جدید
Block a user