# löschen der kompilierten Systemdaten und des Caches
rm -rf var/cache/ var/page_cache/ var/di/ var/generation/
# Aktivierung des Produktiv Modus
php -d memory_limit=-1 bin/magento deploy:mode:set production
php -d memory_limit=-1 bin/magento module:enable Sysgrade_Eci
# Aktualisierung der Magentomudule und Abhängigkeiten
php -d memory_limit=-1 bin/magento setup:upgrade
# Neukompilierung des Systems
php -d memory_limit=-1 bin/magento setup:di:compile
php -d memory_limit=-1 bin/magento cache:clean
# Erstellen der statischen Templatedateien (optional, nur im Livebetrieb erforderlich)
php -d memory_limit=-1 bin/magento setup:static-content:deploy
php -d memory_limit=-1 bin/magento indexer:reindex