Difference between revisions of "Gallery3"
From Amahi Wiki
m |
|||
Line 1: | Line 1: | ||
− | This page is | + | This page is dedicated to documentation regarding the gallery3 application. |
− | + | The directory where pictures are stored in gallery 3 is known as "var/" and by default it's relative to the web app's root directory. | |
+ | |||
+ | = Moving the pictures folder to an Amahi share (Amahi 7/Fedora) = | ||
+ | |||
+ | Follow this FAQ on [http://codex.galleryproject.org/Gallery3:FAQ#I_want_to_move_my_.2Fvar_directory how to move the var directory]. | ||
+ | |||
+ | = Moving the pictures folder to an Amahi share (Ubuntu) = | ||
# Install gallery3 | # Install gallery3 | ||
# su root | # su root |
Revision as of 22:24, 28 October 2013
This page is dedicated to documentation regarding the gallery3 application.
The directory where pictures are stored in gallery 3 is known as "var/" and by default it's relative to the web app's root directory.
Follow this FAQ on how to move the var directory.
- Install gallery3
- su root
- edit /etc/passwd to allow apache2 to login (set the shell to /bin/bash)
- cd /var/hda/web-apps/gallery3/html/
- cp -R var /var/hda/files/pictures/
- sudo chown -R apache:users /var/hda/files/pictures/var
- su apache
- ln -s /var/hda/files/pictures/var var
- exit
Gallery 3 should now be directing correctly to that pictures share!