2017 © Pedro Peláez
 

magento2-module magerun

Smart Magerun administrator tool for Magento 2

image

ducdh/magerun

Smart Magerun administrator tool for Magento 2

  • Thursday, January 5, 2017
  • by huuduc.uneti
  • Repository
  • 2 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Smart Magerun administrator tool for Magento 2

The Smart Magerun tool to help you execute shell command CLI directly in Admin alternative do that via SSH., (*1)

Making the deploying more convenient with Magento 2 site., (*2)

Main, (*3)

Feature

  • Execute shell command CLI directly in Admin

Installation with Composer

  • Open terminal
  • Navigation to your project
  • Ensure to clear cache before run these commands below:
composer require ducdh/magerun
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Installation without Composer

  • Download the module from github: https://github.com/dhduc/SmartMagerun/archive/master.zip
  • Extract archive and copy all directories to app/code/
  • Go to project home directory and execute these commands
php bin/magento module:enable Smart_Magerun
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy

Usage

To execute command go to System --> Magerun --> Task, (*4)

Smart_Magerun, (*5)

Click to Run button in the row of command that you want to exec, wait a moment until command excute successful. And the result:, (*6)

Result, (*7)

To add new or edit command, click to New button or Edit link., (*8)

Update, (*9)

Open Source License, (*10)

The Versions

05/01 2017

dev-master

9999999-dev https://github.com/dhduc/SmartMagerun.git

Smart Magerun administrator tool for Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires