621 B
621 B
CdsConnector
================
Connector zwischen Hiltes und Shopware 6
Installieren
cd CdsConnector
Installiere Abhängigkeiten
make install
Starte MySQL-Server:
docker compose up
Erstelle Datenbank
bin/console doctrine:database:create
Erstelle Tabellen
bin/console doctrine:migrations:migrate
Starte Server
make dev-server
API-Übersicht