Files
novafarma/docs/OVERNIGHT_AUTO_NAVODILA.md
2026-01-20 01:05:17 +01:00

72 lines
1.4 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 🌙 OVERNIGHT AUTOMATION - NAVODILA
## 🚀 KAJ BO SCRIPT POČEL:
1. **Počaka na quota reset** (01:40 CET)
2. **Avtomatsko generira** preostale Dino Valley assets (8 slik)
3. **Shrani vse** v pravilne folderje
4. **Git commit** na vsakih 5 slik (checkpointing)
5. **Logira** vse v `auto_generation_log.txt`
---
## 📋 KAKO ZAGNATI:
### **NAČIN 1: Foreground (vidiš output)**
```bash
cd /Users/davidkotnik/repos/novafarma
python3 scripts/auto_generate_overnight.py
```
**Pusti terminal odprt!** Ne zapri, drugače se script ustavi.
---
### **NAČIN 2: Background (lahko zapneš terminal)**
```bash
cd /Users/davidkotnik/repos/novafarma
nohup python3 scripts/auto_generate_overnight.py > overnight.log 2>&1 &
```
**To lahko zapneš terminal**, script bo tekel v ozadju!
Za preverjanje statusa:
```bash
# Poglej log
tail -f /Users/davidkotnik/repos/novafarma/auto_generation_log.txt
# Ali
tail -f /Users/davidkotnik/repos/novafarma/overnight.log
```
---
## ⏰ TIMELINE:
**00:24** - Začetek (sedaj)
**01:40** - Quota reset → script začne generirat
**01:50** - 8 slik done → Dino Valley COMPLETE ✅
**01:55** - Git commit, done!
---
## 📊 ŠE DOBIMO:
- **8 slik** (Dino Valley dokončano)
- **€3.20** strošek (8 × €0.40)
- **Kredit po tem:** ~€1,011
---
## ✅ READY TO RUN!
**Izberi:**
1. **Foreground** - Vidiš output, moraš terminal pustit odprt
2. **Background** - Lahko greš spat, zjutraj vse done
**Tvoja izbira?** 😴🚀