Modularización de GKACHELE SaaS
This commit is contained in:
47
backups/backup-20260114-085602/local/demo/LEEME_PRIMERO.txt
Normal file
47
backups/backup-20260114-085602/local/demo/LEEME_PRIMERO.txt
Normal file
@@ -0,0 +1,47 @@
|
||||
═══════════════════════════════════════════════════════════
|
||||
✅ DEMO FUNCIONANDO - VERSIÓN SIMPLE
|
||||
═══════════════════════════════════════════════════════════
|
||||
|
||||
🚀 EJECUTAR:
|
||||
|
||||
Desde WSL:
|
||||
cd /mnt/c/word/demo
|
||||
python3 app_simple.py
|
||||
|
||||
Luego abre en navegador:
|
||||
http://localhost:5001
|
||||
|
||||
═══════════════════════════════════════════════════════════
|
||||
|
||||
✨ CARACTERÍSTICAS:
|
||||
|
||||
✅ Landing page
|
||||
✅ Registro/Login
|
||||
✅ Dashboard cliente
|
||||
✅ Crear sitio
|
||||
✅ Customizer (sidebar + preview en tiempo real)
|
||||
✅ Enviar para aprobación
|
||||
✅ Admin panel
|
||||
✅ Sitios públicos
|
||||
|
||||
═══════════════════════════════════════════════════════════
|
||||
|
||||
📋 FLUJO:
|
||||
|
||||
1. Registrarse → /register
|
||||
2. Crear sitio → /create
|
||||
3. Personalizar → /customizer/{id}
|
||||
4. Enviar → Click "Enviar"
|
||||
5. Admin → /admin (aprobar)
|
||||
6. Ver → /site/{slug}
|
||||
|
||||
═══════════════════════════════════════════════════════════
|
||||
|
||||
🔧 SI NO FUNCIONA:
|
||||
|
||||
1. Verifica Python: python3 --version
|
||||
2. Instala Flask: pip3 install Flask Werkzeug
|
||||
3. Cambia puerto en app_simple.py línea final:
|
||||
port=8000 (en lugar de 5001)
|
||||
|
||||
═══════════════════════════════════════════════════════════
|
||||
Reference in New Issue
Block a user