Skip to content
Mat Kelly edited this page Jun 19, 2017 · 2 revisions

Introduction

While Warrick was neither developed nor tested on macOS, many users have requested assistance with macOS installation. This procedure will assist you in installing warrick on macOS.

Instructions

  1. Install Xcode developer tools
  2. Download and unpack or un-zip warrick to the "/" directory.
  3. After unpacking you will get a folder called "warrick2" This now resides at "/warrick2"
  4. Open Terminal.app and enter: sudo perl -MCPAN -e 'install Bundle::LWP'
  5. In Terminal.app enter cd /warrick2
  6. In Terminal.app enter sudo su root. You will be asked for your administrator password. Your cursor will change to "sh-VERSION NUMBER#" my case sh-3.2#
  7. In Terminal.app enter sh ./INSTALL. Output and errors will be shown, attributed to warrick's false assumption of installing on Linux (you are using macOS).

Example

(replace example.com with your own URL) perl warrick.pl -k -n 100 http://EXAMPLE.COM

This downloads the first 100 files and changes the links to local values. The downloaded files will be in: /warrick2/httpEXAMPLE.COM

Clone this wiki locally