Type
magento2-module
DeployHelper for Magento2
magento2-module
GPL-3.0
None
None
None
None
None
Adds a new Command which will deploy static files like "setup:static-content:deploy" Command without using the Mysql-database. It will use a sqlite database instead.
use the following command to generate a sqlite-database:
bin/magento deployhelper:generatedb
You will find a file named staticsettings.db in your root directory. Please run the following command to generate the static files of M2:
bin/magento deployhelper:deploy
This command will generate the static files by using the created sqlite database. You can run it on your custom CI-Scripts.
If you encounter any problems or bugs, please create an issue on GitHub.
composer require twinsen/deployhelper
bin/magento module:enable Twinsen_DeployHelper
bin/magento setup:upgrade
GNU General Public License, version 3 (GPLv3)
(c) 2016 Elias Kotlyar