920 B
920 B
CdsConnector
================
Connector zwischen Hiltes und Shopware 6
Installieren
cd CdsConnector
Installiere Abhängigkeiten
make install
Erstelle .env.local Datei und füge folgendes ein:
DATABASE_URL=mysql://root:root@mysql:3306/cds_connector
Starte MySQL-Server:
docker compose up
Erstelle Datenbank (nicht die Tabellen)
bin/console doctrine:database:create
Erstelle Tabellen
bin/console doctrine:migrations:migrate
Update der Datenbank
bin/console doctrine:migrations:execute
Starte Server
make dev-server
API-Übersicht
Update Symphony
composer update
Benutzen
Hiltes Import
bin/console hiltes:import