This can be installed using modman
.
This extension require that Packling API library is installed.
You can install it using modman clone https://github.com/packlink-dev/api-php-sdk
.
(copied from modman at github, always check this link before starting new install)
bash < <(wget -O - https://raw.github.com/colinmollenhour/modman/master/modman-installer)
or
bash < <(curl -s https://raw.github.com/colinmollenhour/modman/master/modman-installer)
source ~/.profile
Note: modman
is simply a bash script, so to use it you just need to place it in your $PATH
and change it's mode to executable.
Run modman --help
to get the basic usage summary or modman --tutorial
to
see a brief tutorial. For more in-depth information please see the
Modman Wiki