Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.21 KB

README.md

File metadata and controls

46 lines (39 loc) · 1.21 KB

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