Skip to content

Instantly share code, notes, and snippets.

@soifou
Last active March 30, 2016 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save soifou/0eca072211e7d6482971 to your computer and use it in GitHub Desktop.
Save soifou/0eca072211e7d6482971 to your computer and use it in GitHub Desktop.
Install MageTool

Install MageTool (zf)

Installation via PEAR

# apt-get install php-pear
$ pear upgrade pear

First install ZF on your development machine.

# pear channel-discover pear.zfcampus.org 
# pear install zfcampus/zf

Install MageTool on your development machine.

# pear channel-discover pear.magetool.co.uk 
# pear install magetool/magetool-beta

Create configuration file

$ echo 'basicloader.classes.1 = "MageTool_Tool_Manifest"' | tee ~/.zf.ini

Add missing templates

$ git clone https://github.com/dankocherga/MTool
$ sudo ln -s MTool /usr/share/php/MageTool/lib/MTool

Sources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment