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.
30c1b47d40 | 11 years ago | |
---|---|---|
bin | 11 years ago | |
.gitignore | 11 years ago | |
.jshintrc | 11 years ago | |
README.md | 11 years ago | |
index.js | 11 years ago | |
package.json | 11 years ago |
README.md
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.