Installation Gambio Test Shop mit neuester Version - Hexpendable/Stoffpilz GitHub Wiki

Installations-Archiv (Vollversion) von https://www.gambio-support.de/de/version-updates/updates laden und lokal entpacken.

Installation gemäss Installationsanleitung (PDF) aus dem Archiv durchführen. (Komplette Installation, inkl. PDF Creator und Filkemanager)

Kontrolle: https://testshop.waginet.ch

Testshop Offline setzen.

1. SSH-Session zum Testshop öffnen und ins Hauptverzeichnis wechseln

ssh [email protected]
cd www/waginet.ch/sp

2. Installationsverzeichnis löschen

rm -rf gambio_installer

3. Datenbank Sicherung entpacken und DB restoren

tar xvzf Shop.tar.gz ShopDB.sql
mysql --host ipavixos.mysql.db.internal -u ipavixos_gambio -pP@ss4GambioDB ipavixos_gambio < ShopDB.sql

4. Bilder und Shopdaten restoren

_Shop-Bilder: _tar xvzf Shop.tar.gz images/
_Aktuelle AGB's: _tar xvzf Shop.tar.gz media/content/AGB.pdf
_E-Mail Attachments: _tar xvzf Shop.tar.gz uploads/attachments/*.pdf
_Rechnungen: _tar xvzf Shop.tar.gz export/invoice/*.pdf
_Lieferscheine: _tar xvzf Shop.tar.gz export/packingslip/*.pdf

5. Konfigurationsdateien auf ReadOnly setzen

chmod 444 admin/includes/configure.org.php
chmod 444 admin/includes/configure.php
chmod 444 includes/configure.org.php
chmod 444 includes/configure.php

⚠️ **GitHub.com Fallback** ⚠️