mysql gallery2 -uroot -e"GRANT ALL ON gallery2.* TO metskem@localhost IDENTIFIED BY 'password'" -p (geef alle Database permissions aan metskem op database gallery2)
download typical versie van de code op : {http://codex.gallery2.org/index.php/Downloads]
uitpakken naar /usr/local/gallery2: cd /mnt/data/zips
unzip gallery-2.1.2-typical.zip
cd /usr/local
tar -xvf /mnt/data/zips/ gallery-2.1.1a-typical.tar
opnemen in /etc/apache2/user.conf (deze wordt ge-include vanuit httpd.conf) :
#--------------------------
# tbv gallery2:
#--------------------------
Alias /gallery "/usr/local/gallery2"
<Directory "/usr/local/gallery2">
Allow from all
</Directory>
#---------------------------
Installatie verslag van gallery (version 2.1.2)#
Table of Contents
Gallery website: http://gallery.menalto.com/
#
Installatie instructies : http://codex.gallery2.org/index.php/Gallery2:How_do_I_Install_Gallery2
#
Uitgevoerd#