Installation Zyntho CRM
Configure une instance client dediee : backend, frontend, Prisma, Nginx et service systemd.
Racine :
/var/www/zyntho.tech/zyntho-crm
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