1: Copy entire folder "gallery" to the root or subfolder of your server,
where you wish to host your photo gallery.
2: Open the "config.inc" file found in "gallery/inc/" for editing,
you will need to change the three variables in this file only!
You are ready to go! simply type in the url and path to your gallery
in your web browsers address bar. This should look as follows:
If you installed the gallery in the root folder.
http://www.yoursite.com/gallery
If you installed the gallery in a subfolder.
http://www.yoursite.com/subfolder/gallery
To create new albums and upload images simply login to "admin.php"
using the user name and password you configured on "config.inc".
To replace the logo image create your own JPG file (suggested size 800px X 300px)
and save it as "logo.jpg", then upload it top the gallery root folder by simply
not choosing an album.
To replace the thumbnail image of your album on the "Gallery Page"
create your own "tn.jpg" image (suggested size 150px X 120px) and
upload it to the album folder.
You may customize the style of your gallery on the "header.inc" file.
Some knowledge of css and html would be helpful.
Simply open the file "header.inc" located in "/gallery/inc/" and
change the attributes between the "<style>" tag and "</style>" tag.
You may also use a redirect page in your root folder to take visitors
directly to your gallery!
Simply create a "index.html" file in your root folder with the following
meta tag:
<meta http-equiv="refresh" content="0;url=http://www.yoursite.com/gallery"/>