Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oxid-esales/oxid-eshop-db-views-regenerator

Deprecated, please use oxideshop-db-views-generator repo instead.
https://github.com/oxid-esales/oxid-eshop-db-views-regenerator

Last synced: about 1 month ago
JSON representation

Deprecated, please use oxideshop-db-views-generator repo instead.

Awesome Lists containing this project

README

        

OXID eShop views regenerator
============================

This component provides eShop the way of creating/recreating the views structure
from console command. The script should be accessible through the oe-eshop-facts
component. Information on how to use ``oe-eshop-db_views_regenerate`` script together
with ``oe-eshop-facts`` can be found in the following
`README `__.

Alternative way of running
--------------------------

ESHOP_BOOTSTRAP_PATH='source/bootstrap.php' vendor/bin/oe-eshop-db_views_regenerate

Possible return error codes
---------------------------

After the execution of script it will return one of the following return error codes:

* ``0`` - If the execution went without errors;
* ``1`` - If an exception was thrown and details are stored in ``EXCEPTION_LOG.txt`` file;
* ``2`` - If an unknown error has been thrown and no details are available.