Magerun
Magerun is a very useful commandline tool for dealing with daily Magento development problem like: clean / flush caches reindexing the indices set configuration values in the database (core_config_data) shorthand query syntax for database accesses … It’s developed by netz98 (http://www.netz98.de/) and made my daily business so much easier. Installation (Linux)
1 2 3 |
$> wget https://raw.githubusercontent.com/netz98/n98-magerun/master/n98-magerun.phar $> chmod +x ./n98-magerun.phar $> sudo cp ./n98-magerun.phar /usr/local/bin/ #make it runs from everywhere |
GIT repository and […]