No - there are no descriptions of way to install.
I'm not sure to do the rights steps:
=== Download modules-image_gallery ===
wget http://www.silverstripe.org/assets/modules/trunk/modules-image_gallery-r210.tar.gz
tar xzvf modules-image_gallery-r210.tar.gz
rm modules-image_gallery-r210.tar.gz
cp -fr modules-image_gallery-r210 $PRJ/site/modules-image_gallery-r210
=== Download SWFUPLOAD from googlecode.com ===
wget http://swfupload.googlecode.com/files/SWFUpload%20v2.2.0.1%20Core.zip
unzip "SWFUpload v2.2.0.1 Core.zip"
cp -fr SWFUpload\ v2.2.0.1\ Core $PRJ/site/swfupload
=== dev build ===
http://$PRJ/dev/build?flush=all
error in /var/log/php/errlog.txt
PHP Fatal error: Class 'SortableDataObject' not found in $PRJ/site/modules-image_gallery-r210/_config.php on line 2
I think, I need some configure for swfupload too, is it so?
What should be the next step?