change README.md
This commit is contained in:
parent
72f335d29c
commit
8bf9f5af05
50
README.md
50
README.md
@ -1,20 +1,42 @@
|
|||||||
# XRechnung Projekt / Compilation
|
[](README.md)
|
||||||
|
[](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
|
## Support:
|
||||||
* change values in .env to your environment
|
|
||||||
* set Subdomoin to xrechnung/source
|
|
||||||
* add .htaccess credentials
|
|
||||||
|
|
||||||
|
|
||||||
## Installation XRechnungLib
|
- D3 Data Development (Inh. Thomas Dartsch)
|
||||||
|
- Home: [www.d3data.de](https://www.d3data.de)
|
||||||
composer require d3/xrechnung_lib
|
- E-Mail: support@shopmodule.com
|
||||||
Contact D³ for Access.
|
|
||||||
|
|
20
README_en.md
Normal file
20
README_en.md
Normal file
@ -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.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user