Benutzer-Werkzeuge

Webseiten-Werkzeuge


public:faqyellowmap_ox7

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
public:faqyellowmap_ox7 [2023/07/31 12:00]
markusmichalski [Composer]
public:faqyellowmap_ox7 [2024/04/11 10:15] (aktuell)
markusmichalski
Zeile 1: Zeile 1:
-{{public:​faq:​smartmaps:​smartmaps.png?​nolink&​400|}}\\ +{{public:​faq:​smartmaps:​smartmaps.png?​nolink&​400|}}\\ \\ 
-Installations-und Konfigurationsanleitung für OXID ab Version 7.0 \\  +**Installations-und Konfigurationsanleitung für OXID ab Version 7.0.x - 7.1.x \\  
-YellowMap AG - CAS-Weg 1-5 - 76131 Karlsruhe\\+YellowMap AG - CAS-Weg 1-5 - 76131 Karlsruhe\\**
  
 Das Plugin im OXID Solution Hub: https://​solutionhub.oxid-esales.com/​address-autocomplete-und-verification/​ \\ Das Plugin im OXID Solution Hub: https://​solutionhub.oxid-esales.com/​address-autocomplete-und-verification/​ \\
Zeile 13: Zeile 13:
 ===== Installation ===== ===== Installation =====
 ==== Composer ==== ==== Composer ====
-  * Verbinden Sie sich mit einer Konsole mit dem Webserver, navigieren Sie zum Basisordner des Shops (wo sich die composer.json-Datei befindet) +Verbinden Sie sich mit einer Konsole mit dem Webserver, navigieren Sie zum Basisordner des Shops (wo sich die composer.json-Datei befindet) ​\\ 
-  ​* ​Führen Sie das folgende Kommando aus \\ +Führen Sie das folgende Kommando aus \\ 
-  ​<​code>​composer require yellowmap/​addressverification-plugin-oxid-v7</​code>​ +  composer require yellowmap/​addressverification-plugin-oxid-v7 
-   +Aktivieren ​Sie das OXID Plugin ​mit folgendem Befehl: 
-== Aktivierung des Plugins == +  vendor/​bin/​oe-console oe:​module:​activate ymaddressverification
-Führen ​Sie folgenden Befehl aus, um das Plugin ​zu aktivieren, nachdem die Composerinstallation erfolgt ist +
-    vendor/​bin/​oe-console oe:​module:​activate ymaddressverification+
 ==== Manuell ==== ==== Manuell ====
  
-Erstellen Sie im Verzeichnis //​{shoproot}/​source/​modules// die Ordner **fc/fcyellowmapac**.\\ +Erstellen Sie im Verzeichnis //​{shoproot}/​vendor// die Ordner **yellowmap/addressverification-plugin-oxid-v7**.\\ 
-Extrahieren Sie die das Plugin-Zip-Paket und laden Sie die Daten aus dem Ordner **plugin-oxid-yellowmap-*Versionnummber* ** in den eben erstellten Ordner **fcyellowmapac**\\ +Extrahieren Sie die das Plugin-Zip-Paket und laden Sie die Daten aus dem Ordner **addressverification-plugin-oxid-v7-*Versionnummber* ** in den eben erstellten Ordner **addressverification-plugin-oxid-v7**\\ 
-{{public:​faq:​smartmaps:​221012_SmartMaps_Datentransfer.png?​nolink&​800|}} +{{public:​faq:​smartmaps:​230731_ym_man_inst.png?​nolink&​800|}} 
- +- Aktualisieren ​Sie die composer.json im Shoproot des Shops. Fügen ​Sie den folgenden ​Block hinzu:\\ 
-=== Einlesen der Modulkonfiguration === +<​code>​ 
-Melden ​Sie sich  per SSH an dem Server an, auf dem sich die Shop-Installation befindet, und navigieren Sie zu dem Verzeichnis,​ in dem sich der Source- und Vendorornder befindenFühren ​Sie die folgenden ​Befehle aus:\\ +  "​autoload":​ { 
-<​code>​vendor/​bin/​oe-console oe:​module:​install-configuration source/modules/fc/​fcyellowmapac +    "​psr-4":​ { 
-vendor/​bin/​oe-console oe:module:apply-configuration </​code>​ +      "​YellowMap\\YMAddressVerification\\":​ "​./​vendor/​yellowmap/​addressverification-plugin-oxid-v7"​ 
-Bei erfolgreichem Einlesen/​Import erscheint ​die Nachricht\\ +    } 
-**Module configuration has been installed** +  } 
 +</​code>​ 
 +Installieren Sie das Plugin mit folgendem Befehl: \\ 
 +  ​vendor/​bin/​oe-console oe:​module:​install ​vendor/yellowmap/addressverification-plugin-oxid-v7 
 +Installieren Sie die Modul Assest mit folgendem Befehl: \\ 
 +  ​vendor/​bin/​oe-console oe:module:install-assets 
 +Generieren Sie die autoload-Dateien neu, indem Sie nachfolgenden Befehl ausführen ​\\ 
 +  ​composer dump-autoload 
 +Aktivieren Sie das OXID Plugin mit folgendem Befehl: 
 +  vendor/​bin/​oe-console oe:​module:​activate ymaddressverification
 ===== Nach der Installation ===== ===== Nach der Installation =====
  
Zeile 43: Zeile 49:
 Aktivieren Sie das SmartMaps Plugin im OXID Administrationsbereich unter //​**Erweiterungen** --> **Module** -> **SmartMaps Address Autocomplete & Verification**//,​ falls Sie dies noch nicht über die Command Line gemacht haben. \\ Aktivieren Sie das SmartMaps Plugin im OXID Administrationsbereich unter //​**Erweiterungen** --> **Module** -> **SmartMaps Address Autocomplete & Verification**//,​ falls Sie dies noch nicht über die Command Line gemacht haben. \\
  
-{{public:​faq:​smartmaps:​221012_SmartMaps_Activate.png?​nolink&​800|}}+{{public:​faq:​smartmaps:​230731_ym_ox7_activiation.png?​nolink&​800|}}
  
 ===== Konfiguration ===== ===== Konfiguration =====
public/faqyellowmap_ox7.1690797619.txt.gz · Zuletzt geändert: 2023/07/31 12:00 von markusmichalski