CdsConnector/README.md
2023-09-27 15:07:34 +02:00

918 B

Build Status

CdsConnector

================

Connector zwischen Hiltes und JTL Wawi

Installieren


git clone https://gitbase.de/OrangeJungle/CdsConnector.git

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

https://127.0.0.1:8000/api

Update Symphony

composer update

Benutzen


Hiltes Import

bin/console hiltes:import