bisweb/deployer

BisWeb Deployer Module for OXID eShop Community Edition Version 7.3 Series

v1.0.0 2025-07-16 11:37 UTC

This package is not auto-updated.

Last update: 2025-07-17 06:42:51 UTC


README

  • OXID eShop Version 7.3 or higher
  • Access via Console possible
  • Composer is installed on your Server

Installation

  1. Login via SSH and change to installed OXID eShop Edition Directory
  2. Register the Module via Composer
composer require bisweb/deployer
  1. Login to Shop Admin and activate the Module

Uninstallation

  1. Login to Shop Admin and deactivate the Module
  2. Login via SSH and change to installed OXID eShop Edition Directory
  3. Unregister the Module via Composer
./vendor/bin/oe-console oe:module:deactivate bisweb_deployer
./vendor/bin/oe-console oe:module:uninstall bisweb_deployer
composer remove bisweb/deployer
  1. Clear Cache File Directory tmp/
  2. Login to Shop Admin and confirm the message "Do you want to delete all registered module information and saved configurations?"