macOS - andreydiveev/wiki GitHub Wiki

Write .iso to USB stick:

  • First run diskutil list
  • Then insert your usb stick and run diskutil list again to see the disk node (e.g. /dev/disk2).
  • Now run diskutil unmountDisk /dev/diskN and do sudo dd if=/path-to.iso of=/dev/rdiskN bs=1m (or bs=1M with homebrew)
  • When finished diskutil eject /dev/diskN

Essentials:

# brew install wget

Installing php pcntl:

# brew install homebrew/php/php55-pcntl