chore: complete update
This commit is contained in:
19
ansible/nginx-cdn-germany/init.sh
Normal file
19
ansible/nginx-cdn-germany/init.sh
Normal file
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
# Scripts ausführbar machen
|
||||
chmod +x scripts/deploy.sh
|
||||
chmod +x scripts/warm-cache.sh
|
||||
|
||||
echo "✅ CDN-Projekt wurde erfolgreich erstellt!"
|
||||
echo ""
|
||||
echo "Nächste Schritte:"
|
||||
echo "1. Konfiguration anpassen:"
|
||||
echo " - vim inventories/production/hosts.yml"
|
||||
echo " - vim inventories/production/group_vars/all/main.yml"
|
||||
echo ""
|
||||
echo "2. SETUP.md lesen für detaillierte Anleitung"
|
||||
echo ""
|
||||
echo "3. Deployment testen:"
|
||||
echo " make check"
|
||||
echo ""
|
||||
echo "4. CDN deployen:"
|
||||
echo " make deploy"
|
||||
Reference in New Issue
Block a user