Skip to content

dhduc/magerun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAGERUN

Helper for Magento 2

Feature

  • Optimize task for execute magento 2 console command

For Window

Install python 2.7

Get install file from python.org

Set PATH environment

Go to Control Panel > All Control Panel Items > System > Advanced System Settings
In the System Properties Window, Click Environment Variables > Edit PATH from User variables and add path below at the end of value string (separate by ';')

C\Python27

Setup

Copy magerun.py to python folder (C\Python2.7)
Using file with bash terminal such as gitbash, cmder, cygwin

Usage

Just type magerun.py in the root folder of magento 2 project on your terminal

magerun.py

For Ubuntu/Linux Mint

Make sure that python installed on your OS

Setup

Run commands below to setup magerun on your system

sudo chmod u+x magerun.py
./magerun.py -i install 

Usage

Just type magerun.py in the root folder of magento 2 project on your terminal

magerun.py

Custom

You can change its name depend on your mind

Screenshot

Main Menu

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published