Since the documentation on our new software is sparse at best, I thought I would publish a series of articles on the installation and usage of Plogger for those of you who are willing to try it out. This post will describe the steps necessary to get Plogger up and running on your web server.
Installation:
First things first, download the binary and extract the data onto your hard drive. There is a directory structure embedded into the ZIP file so make sure that you preserve this organization when extracting. Once you’ve done this, upload the entire folder onto your web server using an FTP client.
Now that you have the software uploaded you need to run the installation script. Navigate to the URL http://www.yoursite.com/plogger/_install.php — for whichever path you choose to upload the script to. The installation script will prompt you for your MySQL database connection parameters and a few other basic pieces of information. If you haven’t created a MySQL database yet, you will need to create one manually or automatically by using phpMyAdmin (if installed on your server).
The installation script will attempt to set the permissions of the appropriate directories automatically. However, due to different configurations your server may not allow the script to perform these operations. In this case, the installation will inform you that it couldn’t perform the necessary CHMOD operations and you will have to do them manually. This can be accomplished using most basic FTP clients. Make the indicated changes on your permissions and try hitting the ‘install’ button again.
If the permissions on your directories are all properly set, the installation script will create the necessary tables and keys for your Plogger galleries.
At this point, the installation script will attempt to write your connection settings to disk. If it cannot perform this operation automatically, you will be given the contents of the plog-connect.php to write manually. Open up plog-connect.php in your favorite text editor, paste the given code into the file and upload it to your Plogger base directory.
If you followed all the instructions properly you should be all setup and ready to begin publishing your photo collection. Navigate to your administrative tools page by pointing your browser to http://www.yoursite.com/plogger/admin. You should login with the username and password that you provided to the installation script.
That’s it! Plogger is setup and ready to go. Part 2 will detail setting up your galleries and using the Plogger import tool to quickly publish your entire photo collection.

Comments are closed
Comments are currently closed on this entry.