====== Piwigo ====== ===== Installation ===== ${shell}:~$ wget https://github.com/Piwigo/Piwigo/archive/2.9.4.tar.gz ${shell}:~$ tar -xvzf *.gz See [[selfhosted:mysql|MYSQL]] to: - install - create user - create databases - grant user privileges to the databases - flush privileges See [[selfhosted:apache|APACHE]] to install, configure, and enable site ===== Syncing ===== ## 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