https://github.com/verdepieno/core
A custom module for verdepieno.com
https://github.com/verdepieno/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 verdepieno.com
- Host: GitHub
- URL: https://github.com/verdepieno/core
- Owner: verdepieno
- Created: 2019-03-05T13:56:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T10:26:33.000Z (about 7 years ago)
- Last Synced: 2024-04-20T02:40:18.898Z (about 2 years ago)
- Topics: mage2pro, mage2pro-module, mage2pro-module-bespoke, mage2pro-module-ready, magento, magento2, magento2-extension, magento2-module
- Language: HTML
- Homepage: https://upwork.com/fl/mage2pro
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A custom module for [verdepieno.com](https://www.verdepieno.com).
## How to install
```
php70 bin/magento maintenance:enable
php70 ~/composer clear-cache
php70 ~/composer require verdepieno/core:*
php70 bin/magento setup:upgrade
rm -rf var/di var/generation generated/code && php70 bin/magento setup:di:compile
rm -rf pub/static/* && php70 bin/magento setup:static-content:deploy -f en_US de_DE it_IT --area adminhtml --theme Magento/backend && php70 bin/magento setup:static-content:deploy -f en_US de_DE it_IT --area frontend --theme thebell/thebell4
php70 bin/magento maintenance:disable
```
## How to upgrade
```
php70 bin/magento maintenance:enable
php70 ~/composer clear-cache && composer update verdepieno/core
php70 bin/magento setup:upgrade
rm -rf var/di var/generation generated/code && php70 bin/magento setup:di:compile
rm -rf pub/static/* && php70 bin/magento setup:static-content:deploy -f en_US de_DE it_IT --area adminhtml --theme Magento/backend && php70 bin/magento setup:static-content:deploy -f en_US de_DE it_IT --area frontend --theme thebell/thebell4
php70 bin/magento maintenance:disable
```
If you have problems with these commands, please check the [detailed instruction](https://mage2.pro/t/263).