This page (revision-11) was last changed on 23-Apr-2022 17:06 by HarryMetske

This page was created on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
11 23-Apr-2022 17:06 1 KB HarryMetske to previous
10 23-Apr-2022 17:05 1 KB DirtyHarry to previous | to last
9 23-Apr-2022 17:05 1 KB DirtyHarry to previous | to last
8 23-Apr-2022 17:05 1 KB DirtyHarry to previous | to last
7 23-Apr-2022 17:05 2 KB DirtyHarry to previous | to last
6 23-Apr-2022 17:05 2 KB DirtyHarry to previous | to last
5 23-Apr-2022 17:05 69 bytes Harry Metske (fullname) to previous | to last
4 23-Apr-2022 17:05 46 bytes Harry Metske to previous | to last
3 23-Apr-2022 17:05 61 bytes Harry Metske to previous | to last
2 23-Apr-2022 17:05 33 bytes Harry Metske to previous | to last
1 23-Apr-2022 17:05 14 bytes Harry Metske to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
doe maar wat
%%commentbox see previous versions (version 6) of this document for the initial installation procedure %%
!!!Installatie verslag van gallery (version 2.1.2)
[{TableOfContents}]
!! Gallery website: [http://gallery.menalto.com/ ]
!! Installatie instructies : [http://codex.gallery2.org/index.php/Gallery2:How_do_I_Install_Gallery2]
!! Uitgevoerd
* met webmin een mysql user opgevoerd metskem en gallery (pw=gallery)
* mysqladmin -uroot create gallery2 -p (aanleggen database gallery2)
* 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''
* aanleggen directory /mnt/data/gallery2: ''mkdir /mnt/data/gallery2''
* ''chown wwwrun /mnt/data/gallery2''
* ''chmod 755 /mnt/data/gallery2''
* 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>
#---------------------------
}}}
* start install procedure [http://localhost/gallery] and end with performing an Upgrade procedure
* admin user/pw: admin/xxxxxxx
* aanleggen /usr/local/gallery2/config.php met wwwrun als owner en perms 666 (remove other write after install)