depict.io
v0.1.0
Published
Awesome S3 backed picture backup and browser
Downloads
4
Readme
depict.io
Awesome S3 backed picture backup and browser.
Usage
Start a server which watches /var/spool/depict for pictures to upload
to S3 with:
depictYou can change the upload directory with:
depict -u /tmp/depict-uploador alternatively use set the DEPICT_UPLOAD environment variable:
DEPICT_UPLOAD=/tmp/depict-upload depictRequirements
Node.js
depict.io requires Node.js version 0.10.0 or higher.
inotify
Since there is no cross plattform file watching abstraction which works cleanly without polling and supporting the granularity of file system events needed depict.io requires a Linux system with kernel 2.6.13 or higher.
exiv2
The exiv2 library and headers are needed to build the exiv2node extension. You will probably find them in you native package manager:
Debian/Ubuntu
apt-get install libexiv2 libexiv2-devArchLinux
pacman -S exiv2Fedora
yum install exiv2-libs exiv2-develLicense
MIT

