diff --git a/README.md b/README.md index 9dd7794..0411a97 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,42 @@ -# XRechnung Projekt / Compilation +[![deutsche Version](https://logos.oxidmodule.com/de2_xs.svg)](README.md) +[![english version](https://logos.oxidmodule.com/en2_xs.svg)](README.en.md) + +# XRechnung Projekt + +Basisprojekt für die Einbindung die Generierung der XRechnung. Die Zugangsdaten für die ausführende Bibliothek +werden von D³ zur Verfügung gestellt und ist in diesem Projekt zu installieren. + +## Systemanforderungen: + +* Installation ausserhalb des Shops, Subdomain + SSL-Zertifikat notwendig +* ab PHP 8.1 +* Installation via Composer + +## Installation Projekt: + +```bash +composer create-project d3/xrechnung xrechnung +``` +Ausführung parallel bzw. außerhalb des Shops, jedoch auf identischen Account zum Austausch der Dateien. -## Installation Project +## Konfiguration Projekt: + +* Datei "/home/USER/xrechnung/.env_example" nach .env umbenennen +* Werte in der Datei .env änern und speichern +* Subdomoin erstelle und auf xrechnung/source zeigen lassen +* .htaccess Zugangsschutz für xrechnung/source erstellen, diese Daten sind später im Shop zu hinterlegen - composer create-project d3/xrechnung xrechnung +## Installation XRechnungLib: -## Configuration Project +```bash +composer require d3/xrechnung_lib +``` + +Contact D³ for Access. - * rename file /home/USER/SHOPROOT/.env_example to .env - * change values in .env to your environment - * set Subdomoin to xrechnung/source - * add .htaccess credentials - +## Support: -## Installation XRechnungLib - - composer require d3/xrechnung_lib - Contact D³ for Access. - \ No newline at end of file +- D3 Data Development (Inh. Thomas Dartsch) +- Home: [www.d3data.de](https://www.d3data.de) +- E-Mail: support@shopmodule.com \ No newline at end of file diff --git a/README_en.md b/README_en.md new file mode 100644 index 0000000..9dd7794 --- /dev/null +++ b/README_en.md @@ -0,0 +1,20 @@ +# XRechnung Projekt / Compilation + + +## Installation Project + + composer create-project d3/xrechnung xrechnung + +## Configuration Project + + * rename file /home/USER/SHOPROOT/.env_example to .env + * change values in .env to your environment + * set Subdomoin to xrechnung/source + * add .htaccess credentials + + +## Installation XRechnungLib + + composer require d3/xrechnung_lib + Contact D³ for Access. + \ No newline at end of file