Setup Docker infrastructure for GoMag vending import system
- Add Flask admin interface with Oracle connection pool - Create ARTICOLE_TERTI table for SKU mappings - Configure Docker container with Oracle Instant Client - Setup project documentation and requirements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
25
README.md
25
README.md
@@ -1,2 +1,25 @@
|
||||
# gomag-vending
|
||||
# GoMag Vending - Import Comenzi Web → ROA
|
||||
|
||||
Sistem minimal pentru importul comenzilor de pe platforme web în sistemul ERP ROA Oracle.
|
||||
|
||||
## Setup Docker
|
||||
|
||||
### Construire și pornire containere:
|
||||
```bash
|
||||
docker-compose up --build
|
||||
```
|
||||
|
||||
### Servicii disponibile:
|
||||
- **gomag_admin**: http://localhost:5003 - Web Admin Interface
|
||||
- **oracle_client**: Container pentru operații SQL
|
||||
|
||||
### Configurare
|
||||
Conexiunea la ROA se face la IP `10.0.20.36:1521/ROA` cu credențialele din `.env`
|
||||
|
||||
### Stopping
|
||||
```bash
|
||||
docker-compose down
|
||||
```
|
||||
|
||||
Pentru dezvoltare, vezi `docs/PRD.md` pentru specificații complete.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user