https://github.com/discountkitchenfactory/core
A custom module for discountkitchenfactory.co.uk (Magento 2)
https://github.com/discountkitchenfactory/core
mage2pro mage2pro-module mage2pro-module-bespoke mage2pro-module-ready magento magento2 magento2-extension magento2-module
Last synced: 5 months ago
JSON representation
A custom module for discountkitchenfactory.co.uk (Magento 2)
- Host: GitHub
- URL: https://github.com/discountkitchenfactory/core
- Owner: discountkitchenfactory
- Created: 2018-10-23T15:02:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T00:13:01.000Z (about 2 years ago)
- Last Synced: 2025-05-08T04:20:05.862Z (about 1 year ago)
- Topics: mage2pro, mage2pro-module, mage2pro-module-bespoke, mage2pro-module-ready, magento, magento2, magento2-extension, magento2-module
- Language: PHP
- Homepage: https://upwork.com/fl/mage2pro
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A custom module for [discountkitchenfactory.co.uk](https://discountkitchenfactory.co.uk) (Magento 2).
## How to install
```
/opt/plesk/php/7.1/bin/php bin/magento maintenance:enable
/opt/plesk/php/7.1/bin/php /usr/lib64/plesk-9.0/composer.phar clear-cache
/opt/plesk/php/7.1/bin/php /usr/lib64/plesk-9.0/composer.phar require discountkitchenfactory/core:*
/opt/plesk/php/7.1/bin/php bin/magento setup:upgrade
rm -rf var/cache generated/code && /opt/plesk/php/7.1/bin/php bin/magento setup:di:compile
rm -rf pub/static/* && /opt/plesk/php/7.1/bin/php bin/magento setup:static-content:deploy en_US en_GB
/opt/plesk/php/7.1/bin/php bin/magento cache:clean && sudo apachectl restart && sudo nginx -s reload
chmod -R -v 777 var/* pub/*
/opt/plesk/php/7.1/bin/php bin/magento cache:enable
/opt/plesk/php/7.1/bin/php bin/magento maintenance:disable
```
## How to upgrade
```
/opt/plesk/php/7.1/bin/php bin/magento maintenance:enable
/opt/plesk/php/7.1/bin/php /usr/lib64/plesk-9.0/composer.phar clear-cache
/opt/plesk/php/7.1/bin/php /usr/lib64/plesk-9.0/composer.phar update discountkitchenfactory/core
/opt/plesk/php/7.1/bin/php bin/magento setup:upgrade
rm -rf var/cache generated/code && /opt/plesk/php/7.1/bin/php bin/magento setup:di:compile
rm -rf pub/static/* && /opt/plesk/php/7.1/bin/php bin/magento setup:static-content:deploy en_US en_GB
/opt/plesk/php/7.1/bin/php bin/magento cache:clean && sudo apachectl restart && sudo nginx -s reload
chmod -R -v 777 var/* pub/*
/opt/plesk/php/7.1/bin/php bin/magento cache:enable
/opt/plesk/php/7.1/bin/php bin/magento maintenance:disable
```
If you have problems with these commands, please check the [detailed instruction](https://mage2.pro/t/263).