Connector zwischen Hiltes und JTL
Go to file
2023-09-19 17:15:26 +02:00
.ddev JTL Import 2023-09-13 14:59:34 +02:00
.idea update to 6.3 2023-09-19 17:15:26 +02:00
bin update 2023-01-05 10:53:21 +01:00
config update to 6.3 2023-09-19 17:15:26 +02:00
hiltes gg 2023-09-19 15:30:57 +02:00
jtl fix Hiltes import 2023-09-15 17:13:06 +02:00
migrations JTL Import 2023-08-24 13:05:25 +02:00
public JTL Import 2023-09-13 14:59:34 +02:00
src update to 6.3 2023-09-19 17:15:26 +02:00
templates Slack notify 2023-06-14 17:02:24 +02:00
tests Slack notify 2023-06-14 17:02:24 +02:00
.drone.yml import hiltes 2023-01-30 15:36:20 +01:00
.DS_Store gg 2023-09-19 15:30:57 +02:00
.env update to 6.3 2023-09-19 17:15:26 +02:00
.env.test add Basic Shopware API 2022-06-28 17:20:37 +02:00
.gitignore Slack notify 2023-06-14 17:02:24 +02:00
composer.json update to 6.3 2023-09-19 17:15:26 +02:00
composer.lock update to 6.3 2023-09-19 17:15:26 +02:00
data.sql import hiltes 2023-01-30 15:36:20 +01:00
deploy.yaml import hiltes 2023-01-30 15:36:20 +01:00
docker-compose.override.yml Slack notify 2023-06-14 17:02:24 +02:00
docker-compose.yml Slack notify 2023-06-14 17:02:24 +02:00
LICENSE Initial commit 2022-06-22 11:41:56 +02:00
Makefile add Order Entity and API Basics 2022-06-22 17:01:26 +02:00
phpunit.phar import hiltes 2023-02-06 10:11:39 +01:00
phpunit.xml.dist update to 6.3 2023-09-19 17:15:26 +02:00
README.md Slack notify 2023-06-14 17:02:24 +02:00
symfony.lock update to 6.3 2023-09-19 17:15:26 +02:00

Build Status

CdsConnector

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

Connector zwischen Hiltes und Shopware 6

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