Sha256: 7c645b54ba3421bdd5cc263994422eea900d8e55359d80b06c6e1ef6e62ad03f
Contents?: true
Size: 1.5 KB
Versions: 12
Compression:
Stored size: 1.5 KB
Contents
== Imgkit installation [source,txt] ---- gem install imgkit -v 1.6.0 Fetching: imgkit-1.6.0.gem (100%) ****************************************************************** Now install wkhtmltoimage binaries: Global: sudo `which imgkit` --install-wkhtmltoimage rvmsudo imgkit --install-wkhtmltoimage (installs to default /usr/local/bin/wkhtmltoimage) inside RVM folder: export TO=`which imgkit | sed 's:/imgkit:/wkhtmltoimage:'` && imgkit --install-wkhtmltoimage (you'll have to configure the location of the binary if you do this!) (run imgkit --help to see more options) ****************************************************************** ---- Execution of the command `sudo `which imgkit` --install-wkhtmltoimage` has generated this error : [source,txt] ---- /Users/chmoulli/.rbenv/versions/1.9.3-p484/lib/ruby/gems/1.9.1/gems/imgkit-1.6.0/bin/imgkit:12: Use RbConfig instead of obsolete and deprecated Config. Sorry, I couldn't find the binary for your architecture (OSX) at http://code.google.com/p/wkhtmltopdf/downloads/list?can=1 Please go to that page, unzip the appropriate binary, and install ---- The web site referenced by imgkit is not longer correct and the tool must be installed from this web site now +http://wkhtmltopdf.org/downloads.html+ The version installed successfully is http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.2.1/wkhtmltox-0.12.2.1_osx-cocoa-x86-64.pkg[0.12.2.1] Verification of the version installed : wkhtmltoimage -V wkhtmltoimage 0.12.2.1 (with patched qt)
Version data entries
12 entries across 12 versions & 1 rubygems