Update README to reflect current project structure
Removed outdated GPU server details and project structure.
This commit is contained in:
52
README.md
52
README.md
@@ -1,10 +1,3 @@
|
||||
# WEVADS GPU Server
|
||||
- **IP**: 88.198.4.195
|
||||
- **GPU**: NVIDIA RTX 4000 SFF Ada (20GB vRAM)
|
||||
- **RAM**: 62GB DDR4
|
||||
- **Disk**: 1.7TB NVMe
|
||||
- **Ollama**: localhost:11434
|
||||
- **Models**: deepseek-r1:8b, deepseek-r1:32b, llama3.1:8b
|
||||
# WEVAL Platform — SaaS Activation & Security Hardening
|
||||
|
||||
## Infrastructure
|
||||
@@ -28,35 +21,32 @@
|
||||
| Roadmap interne | Remplace par "Plan de deploiement" | VERIFIE |
|
||||
|
||||
## Structure du projet
|
||||
|
||||
```
|
||||
/workspace/
|
||||
├── weval-pages/ # Pages HTML corrigees (13 pages)
|
||||
├── weval-scan/ # Snapshots de scan confidentialite
|
||||
├── saas-backends/ # Backends SaaS deployables
|
||||
│ ├── api-router.php # Routeur central
|
||||
│ ├── auth-otp.php # Auth OTP (remplace email-only)
|
||||
│ ├── lib/ # Librairies communes
|
||||
│ ├── storeforge/ # E-commerce generator
|
||||
│ ├── leadforge/ # Lead generation
|
||||
│ ├── proposalai/ # Proposal generator
|
||||
│ ├── blueprintai/ # Process/architecture docs
|
||||
│ ├── mailwarm/ # Email warmup
|
||||
│ ├── outreachai/ # Cold outreach AI
|
||||
│ ├── formbuilder/ # Form generator
|
||||
│ ├── emailverify/ # Email validation
|
||||
│ └── migrations/ # SQL migrations
|
||||
├── deploy/ # Configs de deploiement
|
||||
│ ├── nginx/ # Security headers, CORS, vhost
|
||||
│ ├── sitemap.xml # Sitemap 27 URLs
|
||||
│ └── deploy-all.sh # Script de deploiement master
|
||||
├── ethica/ # Ethica fiabilisation
|
||||
├── weval-pages/ # Pages HTML corrigees (13 pages)
|
||||
├── weval-scan/ # Snapshots de scan confidentialite
|
||||
├── saas-backends/ # Backends SaaS deployables
|
||||
│ ├── api-router.php # Routeur central
|
||||
│ ├── auth-otp.php # Auth OTP (remplace email-only)
|
||||
│ ├── lib/ # Librairies communes
|
||||
│ ├── storeforge/ # E-commerce generator
|
||||
│ ├── leadforge/ # Lead generation
|
||||
│ ├── proposalai/ # Proposal generator
|
||||
│ ├── blueprintai/ # Process/architecture docs
|
||||
│ ├── mailwarm/ # Email warmup
|
||||
│ ├── outreachai/ # Cold outreach AI
|
||||
│ ├── formbuilder/ # Form generator
|
||||
│ ├── emailverify/ # Email validation
|
||||
│ └── migrations/ # SQL migrations
|
||||
├── deploy/ # Configs de deploiement
|
||||
│ ├── nginx/ # Security headers, CORS, vhost
|
||||
│ ├── sitemap.xml # Sitemap 27 URLs
|
||||
│ └── deploy-all.sh # Script de deploiement master
|
||||
├── ethica/ # Ethica fiabilisation
|
||||
│ ├── logrotate-ethica.conf
|
||||
│ ├── ethica-scraper-fix.php
|
||||
│ └── ethica-crons.sh
|
||||
└── nonreg/ # Anti-regression framework
|
||||
└── nonreg/ # Anti-regression framework
|
||||
└── nonreg-framework-v2.sh
|
||||
```
|
||||
|
||||
## Deploiement
|
||||
|
||||
|
||||
Reference in New Issue
Block a user