Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/oxid-esales/oxid-eshop-db-views-regenerator
- Owner: OXID-eSales
- License: gpl-3.0
- Created: 2016-09-14T13:20:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T20:03:07.000Z (almost 6 years ago)
- Last Synced: 2024-04-02T06:03:28.538Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.