  ____ ___ ____  
 / ___|_ _/ ___| 
| |  _ | |\___ \ 
| |_| || | ___) |
 \____|___|____/ 
                 
*****************

Read LICENSE.TXT for about the GNU GPL.

_________________

Installation


* Get the latest gis-archive, check http://gis.gussoh.com/download.php for the latest version.

gussoh@e:/var/www/$ wget http://gis.gussoh.com/files/gis22.tar.gz

* Untar and unzip

gussoh@e:/var/www/$ tar zvxf gis22.tar.gz

* Remove the archive

gussoh@e:/var/www/$ rm gis22.tar.gz

* New folder created: 
gussoh@e:/var/www/$ cd gis
gussoh@e:/var/www/gis$

** Done

* Add images using samba, ftp, scp or copy from other folder - Example:
gussoh@e:/var/www/gis$ cp /mnt/usb/* ./

* Open in browser
http://gussoh.com/gis/

* I may take a while to create the thumbnails. Do not close the browser window.

_________

If it complains about rights:

** Make the gallery readable by webserver:

* Be root
gussoh@e:/var/www/$ su
password: ****

* Set group and ownership - replace gussoh with your user and www-data with your webserver - can be apache and nobody
gussoh@e:/var/www/# chown -R gussoh.www-data gis/

* Set rights for groups and owner
gussoh@e:/var/www/# chmod -R 2775 gis/
