initial commit
This commit is contained in:
21
setup.sh
Executable file
21
setup.sh
Executable file
@@ -0,0 +1,21 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Rendre les scripts exécutables
|
||||
chmod +x install.sh
|
||||
chmod +x start.sh
|
||||
|
||||
# Créer les dossiers de data s'ils n'existent pas
|
||||
mkdir -p backend/data
|
||||
|
||||
echo "✅ Préparation complète!"
|
||||
echo ""
|
||||
echo "📖 Documentation:"
|
||||
echo " - README.md - Vue d'ensemble"
|
||||
echo " - CONFIGURATION.md - Guide de configuration détaillé"
|
||||
echo " - DEPLOYMENT.md - Déploiement en production"
|
||||
echo ""
|
||||
echo "🚀 Pour démarrer:"
|
||||
echo " 1. ./install.sh"
|
||||
echo " 2. Éditer backend/.env"
|
||||
echo " 3. ./start.sh"
|
||||
echo ""
|
||||
Reference in New Issue
Block a user