thibaud-rohmer / PhotoShow

A free web gallery in PHP with drag-n-drop support
http://www.photoshow-gallery.com
502 stars 151 forks source link

PhotoShow 3.0

Website

PhotoShow-Gallery

Overview

PhotoShow, your web gallery. PhotoShow is a free and open source web gallery, that you can very easily install on your web server. It doesn't even require a database !

What's new ?

Wow, well, loads. Here is a quick list.

Installation

Copy the repository

First, you need to copy the repository into whatever you like (here, toto)

git clone https://github.com/thibaud-rohmer/PhotoShow.git toto

Create two directories

Note : you may create those directories wherever you want, and give them the names you want. It is safer to have the Photos and Thumbs directories outside of your web path (this way, access can be restricted using the authentication & authorization mechanisms provided by PhotoShow).

Important : Make sure that the web server has the rights to read and write in those directories.

Edit your settings

Edit the file config.php that is inside your PhotoShow folder. It is advised to put absolute paths for each of the entries, although relative paths should work fine.

Go to your website

Now, use your favorite web browser to go to your PhotoShow website. You should be asked to create the main account. This account will be the admin of the website.

Your website is now ready.

Run with Docker

Docker must be installed and available on you system !

First, you need to copy the repository into whatever you like (here, toto)

git clone https://github.com/thibaud-rohmer/PhotoShow.git toto

Then build and run Photoshow Docker container:

cd toto/docker; ./runPhotoshow.sh