-
-
Notifications
You must be signed in to change notification settings - Fork 400
Install from source with Composer
Tom Klingenberg edited this page Oct 13, 2015
·
4 revisions
#. 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 --