kosli / PhotoShow

A free web gallery in PHP with drag-n-drop support

Home Page:http://www.photoshow-gallery.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhotoShow

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 !

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).

  • Photos : Where your photos will be stored.
  • Generated : Where the thumbnails of your photos will be stored.

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.

About

A free web gallery in PHP with drag-n-drop support

http://www.photoshow-gallery.com


Languages

Language:PHP 86.4%Language:JavaScript 13.6%