Adaugă secțiune instalare pe VM Windows
- Instrucțiuni clonare din Gitea - Setup automat cu deployment scripts - Config .env - Rulare scraper 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
20
README.md
20
README.md
@@ -128,6 +128,26 @@ Windows Service:
|
|||||||
- Cont BTGO activ cu 2FA
|
- Cont BTGO activ cu 2FA
|
||||||
- Windows (Docker nu este suportat)
|
- Windows (Docker nu este suportat)
|
||||||
|
|
||||||
|
## Instalare pe VM Windows
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
# Clonare proiect
|
||||||
|
git clone https://gitea.romfast.ro/romfast/btgo-playwright.git
|
||||||
|
cd btgo-playwright
|
||||||
|
|
||||||
|
# Setup automat (instaleaza Python venv + dependente + Playwright browsers)
|
||||||
|
deployment\windows\scripts\setup_dev.ps1
|
||||||
|
|
||||||
|
# Configurare credentiale in .env
|
||||||
|
# Editează .env și adaugă:
|
||||||
|
# BTGO_USERNAME=your_username
|
||||||
|
# BTGO_PASSWORD=your_password
|
||||||
|
# HEADLESS=false
|
||||||
|
|
||||||
|
# Rulare scraper
|
||||||
|
deployment\windows\scripts\run_scraper.ps1
|
||||||
|
```
|
||||||
|
|
||||||
## Setup și Rulare
|
## Setup și Rulare
|
||||||
|
|
||||||
### Setup Automat (RECOMANDAT)
|
### Setup Automat (RECOMANDAT)
|
||||||
|
|||||||
Reference in New Issue
Block a user