danb35
(Dan)
December 13, 2018, 3:40pm
17
It looks like it should be a straightforward installation–I’ll see if I can throw up a how-to in the next couple of days, unless someone beats me to it.
Edit: Well, that was easy:
Piwigo is an open-source web photo gallery application running under PHP and MySQL. As with many such applications, it can be easily installed on Nethserver. Here’s how:
Prerequisites
Piwigo requires a web server, PHP (at least version 5.3), MySQL (at least version 5), and strongly recommends ImageMagick. All of these except for ImageMagick can be installed using the Software Center in the server manager. To install ImageMagic, SSH in to your Neth server and run yum install ImageMagick.
If…
5 Likes