It took some groking FAQs and forum posts, but I finally have GR working.
Here are my specs:
- RedHat Fedora Core 4
- Apache 2.0.54-10.2
- PHP 5.0.4-10.5
- mysql-server-4.1.16-1.FC4.1
- Gallery 2.0.2
- Gallery Remote 1.5.0 (have not pulled down 1.5.1-b10 yet)
- PostNuke 0.761a
1. Install PN normally (untar to docroot, browse to http://your_server/install.php, yada-yada)
2. Download the pnGallery2 module at http://noc.postnuke.com/projects/pngallery2/
3. Install pnGallery2 following directions at http://noc.postnuke.com/docman/view.php/266/114/pnGallery2%20documentation.txt
[though note that the PN module "NS-User" is now called "User"]
4. In httpd.conf (typically /etc/httpd/conf/httpd.conf), look for the <Directory "/"> tag and add the directive AllowOverride All (in fact, you might need to add that directive to other <Directory> and/or <Location> tags depending on your configuration).
5. Restart your webserver: service httpd restart
6. To admin the Gallery, you need to go directly to Gallery: http://your_server/modules/pnGallery2/gallery2/ and log in as
the admin user you configured.
7. Start up Gallery Remote on your workstation and add the URL: http://your_server/modules/pnGallery2/gallery2/
(note: this is going directly to G2, not through PN).
Hope this helps some,
mG.