Open zeke opened 10 years ago
$ node -v
v0.10.31
@zeke do brew install imagemagick && brew install graphicsmagick
doesnt work for me, using linux mint 18.1
I had configured /etc/profile for gm; I can excute ssh command gm .....;
but when I try to use nginx + lua + graphicsmagick to get thumbnail. os.excute("gm ......") it show in nginx/logs/error.log : sh: gm: command not found.
my Solution: ln -s /usr/local/graphicsmagick/bin/gm /usr/bin/gm
then it work.