Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 833 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 833 Bytes

igbinary

A Chassis extension to install and configure igbinary on your Chassis server.

Global Installation

We recommend installing this extension globally to make it available on every Chassis box.

git clone https://github.com/Chassis/igbinary ~/.chassis/extensions/igbinary

Project Installation

  1. Add this extension to your extensions directory git clone [email protected]:Chassis/igbinary.git extensions/igbinary or alternatively add the following to one of your .yaml files:
    extensions:
      - chassis/igbinary
    
  2. Set your config.local.yaml PHP version to 5.6 or higher.
  3. Run vagrant provision.