0.1.0 • Published 11 years ago

depict.io v0.1.0

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

depict.io

Awesome S3 backed picture backup and browser.

dependency status

Usage

Start a server which watches /var/spool/depict for pictures to upload to S3 with:

depict

You can change the upload directory with:

depict -u /tmp/depict-upload

or alternatively use set the DEPICT_UPLOAD environment variable:

DEPICT_UPLOAD=/tmp/depict-upload depict

Requirements

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-dev

ArchLinux

pacman -S exiv2

Fedora

yum install exiv2-libs exiv2-devel

License

MIT