Skip to content

Install from source with Composer

cmuench edited this page Nov 17, 2012 · 1 revision

Install from source with Composer

#. Clone git repository
git clone https://github.com/netz98/n98-magerun

#. Download composer
curl -s https://getcomposer.org/installer | php

#. Let composer do all the work for you
php ./composer.phar install

or

php ./composer.phar create-project n98/magerun <folder>

#. Run cli.php
php vendor/bin/n98-magerun
Clone this wiki locally