A city map printing module for inkifi.com (Magento 2)


Keywords
magento 2, mage2pro, mage2pro-module, mage2pro-module-bespoke, mage2pro-module-ready, magento, magento2, magento2-extension, magento2-module
License
MIT

Documentation

A city map printing module for inkifi.com (Magento 2).

How to install

bin/magento maintenance:enable
rm -rf composer.lock
composer clear-cache
composer update mage2pro/core
composer require inkifi/map:*
bin/magento setup:upgrade
bin/magento cache:clean
rm -rf pub/static/*
bin/magento setup:static-content:deploy \
	--area adminhtml \
	--theme Magento/backend \
	-f en_US en_GB
bin/magento setup:static-content:deploy \
	--area frontend \
	--theme Infortis/ultimo \
	-f en_US en_GB
bin/magento maintenance:disable
bin/magento cache:enable

How to upgrade

bin/magento maintenance:enable
rm -rf composer.lock
composer clear-cache
composer update mage2pro/core
composer update inkifi/map
bin/magento setup:upgrade
bin/magento cache:clean
rm -rf pub/static/*
bin/magento setup:static-content:deploy \
	--area adminhtml \
	--theme Magento/backend \
	-f en_US en_GB
bin/magento setup:static-content:deploy \
	--area frontend \
	--theme Infortis/ultimo \
	-f en_US en_GB
bin/magento maintenance:disable
bin/magento cache:enable

If you have problems with these commands, please check the detailed instruction.