Skip to content

Install from source with Composer

Tom Klingenberg edited this page Oct 13, 2015 · 4 revisions

Install from source with Composer

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

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

#. Install dependencies via composer
php -f ./composer.phar -- install

#. Run cli.php
php -f bin/n98-magerun --

or

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

#. Fetch package and install dependencies via composer create-project
php -f ./composer.phar -- create-project n98/magerun <folder>

#. Run cli.php
php -f <folder>/bin/n98-magerun --
Clone this wiki locally