${shell}:~$ wget https://github.com/Piwigo/Piwigo/archive/2.9.4.tar.gz
${shell}:~$ tar -xvzf *.gz
See MYSQL to:
See APACHE to install, configure, and enable site
## beware of nobody:nogroup permissions
## gallery location: /var/www/html/piwigo/galleries
$ rsync -Pa *.jpg ${user}@${host}:temp
${user}@${host}:~$ sudo chmod 777 -R temp
${user}@${host}:~$ sudo rsync -Pa temp/* /var/www/html/piwigo/galleries