https://github.com/julio-com/video
A product video module for julio.com (Magento 2)
https://github.com/julio-com/video
mage2pro mage2pro-module-bespoke mage2pro-module-ready magento magento2 magento2-extension magento2-module mexico
Last synced: 28 days ago
JSON representation
A product video module for julio.com (Magento 2)
- Host: GitHub
- URL: https://github.com/julio-com/video
- Owner: julio-com
- Created: 2019-07-27T21:58:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-26T21:39:18.000Z (over 6 years ago)
- Last Synced: 2025-12-14T16:45:13.760Z (6 months ago)
- Topics: mage2pro, mage2pro-module-bespoke, mage2pro-module-ready, magento, magento2, magento2-extension, magento2-module, mexico
- Language: CSS
- Homepage: https://upwork.com/fl/mage2pro
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A product video module for [julio.com](https://julio.com) (Magento 2).
## How to install
```
bin/magento maintenance:enable
rm -rf composer.lock
composer clear-cache
composer require julio.com/video:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy \
--area adminhtml \
--theme Magento/backend \
-f en_US es_MX
bin/magento setup:static-content:deploy \
--area frontend \
--theme Mgs/claue \
-f en_US es_MX
bin/magento maintenance:disable
```
## How to upgrade
```
bin/magento maintenance:enable
composer remove julio.com/video
rm -rf composer.lock
composer clear-cache
composer require julio.com/video:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy \
--area adminhtml \
--theme Magento/backend \
-f en_US es_MX
bin/magento setup:static-content:deploy \
--area frontend \
--theme Mgs/claue \
-f en_US es_MX
bin/magento maintenance:disable
```
If you have problems with these commands, please check the [detailed instruction](https://mage2.pro/t/263).