Hi,
Just wanted to let you guys know that it works perfectly in Solaris 11 for SPARC (64 bits). The only thing that needs changing is the path to tar for automatic deployment
./include/modules/deployment/local/class.deployment_local.php:
protected $tar = '/usr/gnu/bin/tar';
as the native tar with Solaris will not work with the -C option
This tool is great, thanks for developing and maintaining it!
Thanks!