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

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)

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).