mirror of https://github.com/jo/couchmagick.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
595 B
595 B
couchmagick
Run ImageMagicks convert
on CouchDB documents.
Installation
via npm:
npm install couchmagick -g
Configuration
Add couchmagick to the os_daemons
:
[os_daemons]
couchmagick = couchmagick
Now CouchDB takes care of the couchmagick process.
[couchmagick]
user = mein-user
password = secure
dbs = photos, _users
filter = 'myapp/myfilter'
Contributing
Lint your code via npm run jshint
.
License
Copyright (c) 2012-2013 Johannes J. Schmidt, null2 GmbH
Licensed under the MIT license.