Difference between revisions of "Piwigo Photo Gallery"

From wikidb
Jump to: navigation, search
(Install)
(Reference)
Line 1: Line 1:
 +
= Not Used =
 +
 +
The casual user interface was more difficult than I wanted for distributing vintage photos.
 +
 
= Reference =
 
= Reference =
  

Revision as of 09:27, 18 June 2016

Not Used

The casual user interface was more difficult than I wanted for distributing vintage photos.

Reference

Commercial Solutions

In House Servers

Install

Downloaded Piwigo from

 http://piwigo.org
 sudo mv piwigo/ /var/www/html/ 
 
 sudo chown www-data:www-data -R /var/www/html/piwigo
 
 mysql -u root -p
 create database piwigo;
 exit

In browser

 http://localhost/piwigo

Other instructions