Installation Zyntho CRM

Configure une instance client dediee : backend, frontend, Prisma, Nginx et service systemd.

Racine :
/var/www/zyntho.tech/zyntho-crm

Application

PostgreSQL

La base et l'utilisateur doivent exister avant Prisma migrate deploy.

n8n & SMTP

WhatsApp Business

Compatible avec tout fournisseur : UltraMsg, Meta Cloud API, Infobip, Twilio… Laissez vide pour configurer plus tard depuis l'interface.

Branding proforma

Informations affichées sur vos PDFs (proformas, bons de commande, factures).

Actions

Si le serveur bloque les commandes longues, decochez tout : l'installateur generera les fichiers et affichera les commandes a lancer en SSH.

Commandes manuelles utiles

cd /var/www/zyntho.tech/zyntho-crm/backend
npm ci
npx prisma generate
npx prisma migrate deploy
npm run prisma:seed
node server.js

cd /var/www/zyntho.tech/zyntho-crm/frontend
npm ci
npm run build