Connector zwischen Hiltes und JTL
|
||
---|---|---|
.ddev | ||
.github/workflows | ||
.idea | ||
bin | ||
config | ||
hiltes | ||
migrations | ||
public | ||
src | ||
templates | ||
tests | ||
.drone.yml | ||
.DS_Store | ||
.env | ||
.env.test | ||
.gitignore | ||
composer.json | ||
composer.lock | ||
data.sql | ||
deploy.yaml | ||
docker-compose.override.yml | ||
docker-compose.yml | ||
LICENSE | ||
Makefile | ||
phpunit.phar | ||
phpunit.xml.dist | ||
qodana.sarif.json | ||
qodana.yaml | ||
README.md | ||
symfony.lock |
CdsConnector
================
Connector zwischen Hiltes und JTL Wawi
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