The paths and URLs in this guide are examples. Be sure to replace them with the paths and URLs specific to your installation.
cd /var/www
tar -xvzf gallery-1.5.tar.gz
cd gallery
touch .htaccess
touch config.php
chmod 0666 .htaccess config.php
mkdir albums
chmod 0777 albums
(Some filesystems, such as FAT32, do not support permissions, so you'll have to add umask=0000 to that partition's FSTAB entry and remount it).