How to install wraith on windows 7

廉价感情. 提交于 2019-12-05 02:07:21

问题


Does anyone knows (maybe all relevant steps) how I can run/install Wraith on Windows 7?

The documentation (http://bbc-news.github.io/wraith/index.html#Installation) is unfortunately very vague.

Thanks in advance

Martin


回答1:


Required downloads:

  • https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-windows.zip
  • http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.0.0-p481.exe?direct
  • http://cdn.rubyinstaller.org/archives/devkits/DevKit-mingw64-32-4.7.2-20130224-1151-sfx.exe
  • http://www.imagemagick.org/download/binaries/ImageMagick-6.8.9-1-Q16-x64-dll.exe
  • https://github.com/BBC-News/wraith/archive/master.zip

Installation:

  • Install ImageMagick
  • Unpack PhantomJs in various folder
  • Install Ruby by use of RubyInstaller
  • Unpack Ruby DevKit
  • Unpack Wraith to some folder

PATH-Variables:

  • \ImageMagick
  • \PhantomJs
  • \Ruby200\bin

Command-Line:

  • go to Wraith-folder
  • call "gem install wraith"
  • call "wraith setup"
  • enjoy wraith

The configuration can be changed in the file config.yaml



来源:https://stackoverflow.com/questions/23245304/how-to-install-wraith-on-windows-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!