Scribbles and Snaps

Linux, Open Source, Photography

Install the Latest Version of pLoader for Piwigo

with 2 comments

The pLoader utility offers the most convenient and efficient way of adding photos to your Piwigo-based gallery directly from your desktop. While the official Piwigo extension repository provides a compiled version of pLoader, if you prefer to use the very latest release of the utility, you should download and run the most recent version available in the SVN repository.

The first order of business is to install all the required packages. On Ubuntu and its derivatives, this can be done using the following command:

sudo apt-get install subversion perl libwx-perl-processstream-perl libfile-slurp-perl libfile-homedir-perl libjson-perl libdigest-md5-file-perl libimage-exiftool-perl perlmagick libcrypt-cbc-perl libcrypt-des-perl libclass-accessor-perl

Next, point your browser to http://piwigo.org/svn/extensions/pLoader/tags/ and note the most recent version of pLoader (e.g., 1.6). Open the Terminal and run the command below:

svn export http://piwigo.org/svn/extensions/pLoader/tags/1.6 pLoader

This will download the latest release of pLoader in the pLoader folder in your home directory. That’s all there is to it.

To launch pLoader, open the Terminal switch to the bin directory and execute the pLoader.pl:

cd /pLoader/bin/
pl pLoader.pl

To avoid opening the Terminal and typing the commands every time you want to launch pLoader, you can create a simple Bash script. Create a new text file containing the following commands:

#!/bin/bash
cd /pLoader/src/
perl pLoader.pl

Save the file as the pLoader.sh script, and make it executable using the chmod a+x pLoader.sh command. You can then launch pLoader by double-clicking on the script.

Written by Dmitri Popov

2011/03/30 at 07:35

Posted in Open Source, Photography, Software

Tagged with ,

2 Responses

Subscribe to comments with RSS.

  1. I confirm that running pLoader from source is the recommended method for Linux users. The compiled version was built for Ubuntu and will only work for Ubuntu 32bit. Running from source code will work on any linux distro, 32 or 64bits.

    Another software for Linux users to upload photos into Piwigo is Jiwigo (Java based) : http://jiwigo.com

    plg

    2011/03/30 at 08:58

  2. cd /pLoader/bin/ <– cd pLoader/src
    pl pLoader.pl <– pl ploader.pl

    and

    #!/bin/bash
    cd /pLoader/src/ <– cd pLoader/src
    perl pLoader.pl <– perl ploader.pl

    BiereNard

    2012/11/30 at 16:07


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 368 other followers

%d bloggers like this: