🌍
English
user_documentation:tools:ploader [2015/01/02 11:26] plg first version, to be completed |
user_documentation:tools:ploader [2015/01/03 18:29] (current) plg installation for Linux |
||
---|---|---|---|
Line 24: | Line 24: | ||
==== Linux ==== | ==== Linux ==== | ||
+ | |||
+ | The best solution is to run pLoader from sources. Here is a tutorial for a Debian-like distribution: | ||
+ | |||
+ | 1) install subversion and download pLoader source on your desktop | ||
+ | |||
+ | <code>sudo apt-get install subversion | ||
+ | cd $HOME | ||
+ | mkdir apps | ||
+ | cd apps | ||
+ | svn export http://piwigo.org/svn/extensions/pLoader/tags/1.6 pLoader</code> | ||
+ | |||
+ | 2) install pLoader dependencies | ||
+ | |||
+ | <code>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</code> | ||
+ | |||
+ | 3) run pLoader | ||
+ | |||
+ | <code>cd $HOME/apps/pLoader/src | ||
+ | perl ploader.pl</code> | ||
+ | |||
+ | Forum topics on this subject: | ||
+ | |||
+ | * [[http://piwigo.org/forum/viewtopic.php?pid=115743#p115743|pLoader under 64-bit OS]] | ||
+ | * [[http://piwigo.org/forum/viewtopic.php?id=17504|pLoader under Ubuntu 11.04]] | ||
+ | |||
==== Mac ==== | ==== Mac ==== | ||
- | [[http://piwigo.org/ext/extension_view.php?eid=353|pLoader for Mac]]is only compatible with MacOS X 10.5 (ie Snow Leopard) | + | [[http://piwigo.org/ext/extension_view.php?eid=353|pLoader for Mac]] is only compatible with MacOS X 10.5 (ie Snow Leopard). If you don't want to use the web upload form, the best solution is to use either iPhotoToPiwigo or the Lightroom plugin (if you have Lightroom). |
===== History ===== | ===== History ===== |