Changes

From Amahi Wiki
Jump to: navigation, search
27 bytes added ,  15:23, 3 August 2011
m
no edit summary
Moving your var directory (place where pictures are stored) to an amahi share:
1. # Install gallery32. ## su root3. ### edit /etc/passwd to allow apache2 to login (set the shell to /bin/bash)4. #### cd /var/hda/web-apps/gallery3/html/5. ##### cp -R var /var/hda/files/pictures/6. ###### sudo chown -R apache:users /var/hda/files/pictures/var7. ####### su apache8. ######## ln -s /var/hda/files/pictures/var var9. ######### exit
Gallery 3 should now be directing correctly to that pictures share!
17

edits